Update debug message formatting

This commit is contained in:
Hrvoje Jasak 2018-09-07 13:43:22 +01:00
parent c4a6167cd0
commit ec998a5bc1

View file

@ -120,8 +120,8 @@
Info<< "."; Info<< ".";
f.boundaryField()[ibPatches[ibpI]].updateOnMotion(); f.boundaryField()[ibPatches[ibpI]].updateOnMotion();
} }
Info<< endl;
} }
Info<< endl;
} }
} }
} }