Commit 647eb816 authored by jouke's avatar jouke
Browse files

removing redundant condition

parent ca17e5d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());