Commit 685d9265 authored by jouke's avatar jouke
Browse files

typo corrected

parent 769cd2fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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){