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

BUG: foamToEnsightParts reports the time value twice in log output

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