Loading OpenSimRoot/src/modules/BarberCushman/NutrientUptake2.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -188,7 +188,7 @@ void BarberCushmanSolver::doDelayedConstruction() if(pthetasat){ pthetasat->get(lt,depth,thSat); }else{ msg::warning("BarberCushmanExplicit: ../soil/water/saturatedWaterContent not given, using 0.4 to compute the tortuisity factor thau"); msg::warning("BarberCushmanExplicit: ../soil/water/saturatedWaterContent not given, using 0.3 to compute the tortuisity factor thau"); } SimulaBase * pthetaresidual=p->existingChild("residualWaterContent"); if(pthetaresidual){ Loading Loading
OpenSimRoot/src/modules/BarberCushman/NutrientUptake2.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -188,7 +188,7 @@ void BarberCushmanSolver::doDelayedConstruction() if(pthetasat){ pthetasat->get(lt,depth,thSat); }else{ msg::warning("BarberCushmanExplicit: ../soil/water/saturatedWaterContent not given, using 0.4 to compute the tortuisity factor thau"); msg::warning("BarberCushmanExplicit: ../soil/water/saturatedWaterContent not given, using 0.3 to compute the tortuisity factor thau"); } SimulaBase * pthetaresidual=p->existingChild("residualWaterContent"); if(pthetaresidual){ Loading