Formatting

Conflicts:
	applications/solvers/basic/potentialDyMFoam/potentialDyMFoam.C
This commit is contained in:
Hrvoje Jasak 2015-01-27 12:12:53 +00:00
parent 6829df1a38
commit 628377d3d2

View file

@ -70,7 +70,7 @@ int main(int argc, char *argv[])
# include "setDeltaT.H"
runTime++;
Info<< "deltaT = " << runTime.deltaT().value() << nl << endl;
Info<< "Time = " << runTime.timeName() << nl << endl;
bool meshChanged = mesh.update();