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