Exemple #1
0
// Conc is given in millimolar. Volume is in m^3
void PoolBase::setConc( const Eref& e, double c )
{
    vSetConc( e, c );
}
Exemple #2
0
void BufPool::vSetConcInit( const Eref& e, double conc )
{
	vSetConc( e, conc );
}