STYLE: foamyHexMesh: print out starting time name

This commit is contained in:
laurence 2013-06-19 16:05:13 +01:00
parent 14496baaa7
commit 13e44eee24

View File

@ -111,6 +111,8 @@ int main(int argc, char *argv[])
conformalVoronoiMesh::debug = true;
Info<< "Create mesh for time = " << runTime.timeName() << nl << endl;
conformalVoronoiMesh mesh(runTime, foamyHexMeshDict);