Loading OpenSimRoot/src/modules/WaterModule/WaterUptakeByRoots.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ GetValuesFromPlantWaterUptake::GetValuesFromPlantWaterUptake(SimulaDynamic* pSD) // enter a zero in the table tab = dynamic_cast<SimulaTable<double> * > (pSD); if(pSD->getParent(2)->getName()=="dataPoints"){ if(tab && tab->size()<1){ if(tab){ double y(0); //if(pSD->getName()!="rootSegmentWaterUptakeRate"){ //SimulaBase *gp=tab->getParent(3)->getChild("growthpoint")->getChild(pSD->getName()); Loading Loading
OpenSimRoot/src/modules/WaterModule/WaterUptakeByRoots.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ GetValuesFromPlantWaterUptake::GetValuesFromPlantWaterUptake(SimulaDynamic* pSD) // enter a zero in the table tab = dynamic_cast<SimulaTable<double> * > (pSD); if(pSD->getParent(2)->getName()=="dataPoints"){ if(tab && tab->size()<1){ if(tab){ double y(0); //if(pSD->getName()!="rootSegmentWaterUptakeRate"){ //SimulaBase *gp=tab->getParent(3)->getChild("growthpoint")->getChild(pSD->getName()); Loading