Merge /u/vskuric/foam-extend/ branch nextRelease into nextRelease

https://sourceforge.net/p/foam-extend/foam-extend-3.2/merge-requests/52/
This commit is contained in:
Henrik Rusche 2016-11-22 21:56:18 +00:00
commit 6de4e266aa

View file

@ -134,7 +134,7 @@ bool Foam::simpleControl::loop()
if (criteriaSatisfied()) if (criteriaSatisfied())
{ {
Info<< nl << algorithmName_ << " solution converged in " Info<< nl << algorithmName_ << " solution converged in "
<< time.timeName() << " iterations" << nl << endl; << time.value() << " iterations" << nl << endl;
// Set to finalise calculation // Set to finalise calculation
time.writeAndEnd(); time.writeAndEnd();