import nsrunit; unit conversion on; unit minute=60 second^1; unit first_order_rate_constant=.01666667 second^(-1); unit flux=1.6666667E-8 second^(-1)*mole^1; // unit micromolar predefined math main { //Note: no math in this CellML model: probably used for defining units or metadata only. extern real all; }