Commit 1372fa26 authored by jouke's avatar jouke
Browse files

fixed default interval time for probeAllObjects so that it will not

trigger a warning message about interpolation, which is non-sense
parent 8bdb8842
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ ProbeAllObjects::ProbeAllObjects() :
	if(!runModule){
		msg::warning("Enabling Probe All Objects for current the model is faster and more accurate if \"carbonAllocation2Shoot\" and \"plantNutrientUptake\" is called first. Enable this in parameter section to get rid of this message.",1);
		runModule=true;
		if(intervalTime<1e-5) intervalTime=MINTIMESTEP;
		if(intervalTime<1e-5) intervalTime=MAXTIMESTEP;
		variableList.insert("Swms3d");
		variableList.insert("carbonAllocation2Shoot");
		variableList.insert("plantNutrientUptake");