import nsrunit; unit conversion on; unit s=1 second^1; unit per_s=1 second^(-1); math main { //Note: no math in this CellML model: probably used for defining units or metadata only. extern real all; }