Commit 98ce69f4 authored by jouke's avatar jouke
Browse files

Fix for SimpleCropModel not running

parent 666ef336
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ LeafArea::LeafArea(SimulaDynamic* const pSD):
	}


	if(!potentialLA){
	if(!potentialLA && !c2lSimulator){
		    //potentialLA is not defined elsehwere, this is potential
			// shoot params
			SimulaBase* shootLA=parameters->getOneOfThesePaths("leafAreaExpansionRate","leafAreaExpantionRate");