/* * Nucleocytoplasmic oscillations of the yeast transcription factor * Msn2: evidence for periodic PKA activation * * Model Status * * This is an import for the model "garmendiatorres_2007_1.1model.cellml". * It is used to define a reoccuring structure within the model * and may be used for multiple equations in the model. This file * is known to run only in OpenCell in conjunction with the base * file. */ import nsrunit; unit conversion on; math main { //Warning: the following variables were set 'extern' or given // an initial value of '0' because the model would otherwise be // underdetermined: A, one, B real y dimensionless; extern real A dimensionless; extern real one dimensionless; extern real B dimensionless; // y=(A*(one-B)); }