/* * The Follicular Automaton Model for Hair Cycles * * Model Status * * This is an import for the model "halloy_2002_1.1.cellml". It * is used to define a base unit for the fraction of follicles * in each phase. This file is known to run only in OpenCell in * conjunction with the base file. */ import nsrunit; unit conversion on; unit fraction=1 dimensionless; math main { //Note: no math in this CellML model: probably used for defining units or metadata only. extern real all; }