Loading OpenSimRoot/src/export/General/ProbeAllObjects.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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"); Loading Loading
OpenSimRoot/src/export/General/ProbeAllObjects.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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"); Loading