Commit 2c16475b authored by jouke's avatar jouke
Browse files

Fixed typo in causing specificWeight not being found when using cortex

and steel separately
parent 5797e90c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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{