File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ bool Crit1DCase::initializeNumericalFluxes(std::string &error)
182
182
183
183
// set surface properties
184
184
double maxSurfaceWater = crop.getSurfaceWaterPonding () * 0.001 ; // [m]
185
- double roughnessManning = 0.024 ; // [s m^ -0.33]
185
+ double roughnessManning = 0.024 ; // [s m-0.33]
186
186
int surfaceIndex = 0 ;
187
187
soilFluxes3D::setSurfaceProperties (surfaceIndex, roughnessManning);
188
188
@@ -203,7 +203,7 @@ bool Crit1DCase::initializeNumericalFluxes(std::string &error)
203
203
isSurface = false ;
204
204
for (int i = 1 ; i < nrLayers; i++)
205
205
{
206
- double volume = area * soilLayers[unsigned (i)].thickness ; // [m^3 ]
206
+ double volume = area * soilLayers[unsigned (i)].thickness ; // [m3 ]
207
207
double z = z0 - soilLayers[unsigned (i)].depth ; // [m]
208
208
if (i == lastLayer)
209
209
{
You can’t perform that action at this time.
0 commit comments