Merge branch 'nextRelease' of ssh://git.code.sf.net/p/foam-extend/foam-extend-4.0 into nextRelease

This commit is contained in:
Hrvoje Jasak 2019-03-30 10:44:19 +00:00
commit 6071684d0f

View file

@ -47,8 +47,9 @@ if (mesh.moving())
}
Info<< "volume continuity errors : "
<< "volume = " << sumV
<< ", old volume = " << sumV0
<< "V = " << sumV
<< ", V0 = " << sumV0
<< ", deltaVol = " << gSum(mag(V - V0))
<< ", max error = " << maxMotionError
<< ", sum local = " << sumLocalContErr
<< ", global = " << globalContErr << endl;