Skip to content
Snippets Groups Projects
Commit 9b8ac57e authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: foamToEnsightParts reports the time value twice in log output

parent f7729d6f
No related branches found
No related tags found
No related merge requests found
// Read time index from */uniform/time, but treat 0 and constant specially
// or simply increment from the '-index' option if it was supplied
label timeIndex = 0;
label timeIndex = 0;
{
if (optIndex)
{
timeIndex = indexingNumber++;
......@@ -37,7 +37,4 @@
continue;
}
}
Info<< nl << "Time [" << timeIndex << "] = " << runTime.timeName() << nl;
// end-of-file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment