Loading OpenSimRoot/src/modules/RootGrowth/RootSegmentDryWeight.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ RootSegmentDryWeight::RootSegmentDryWeight(SimulaDynamic* pSD):TotalBase(pSD),mo volumeSimulator=pSD->getSibling("rootSegmentVolumeCortexNoRCS"); densitySimulator=pSD->existingSibling("rootSegmentSpecificWeightCortex"); if(!densitySimulator){ densitySimulator=param->getOneOfThesePaths("specificWeightCortex","densityCortex","specificWeigth","density"); densitySimulator=param->getOneOfThesePaths("specificWeightCortex","densityCortex","specificWeight","density"); relTime=pSD->getStartTime(); } }else{ Loading Loading
OpenSimRoot/src/modules/RootGrowth/RootSegmentDryWeight.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ RootSegmentDryWeight::RootSegmentDryWeight(SimulaDynamic* pSD):TotalBase(pSD),mo volumeSimulator=pSD->getSibling("rootSegmentVolumeCortexNoRCS"); densitySimulator=pSD->existingSibling("rootSegmentSpecificWeightCortex"); if(!densitySimulator){ densitySimulator=param->getOneOfThesePaths("specificWeightCortex","densityCortex","specificWeigth","density"); densitySimulator=param->getOneOfThesePaths("specificWeightCortex","densityCortex","specificWeight","density"); relTime=pSD->getStartTime(); } }else{ Loading