Skip to content
Snippets Groups Projects
Commit d8d95a6c authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

BUG: ensight writer using incorrect first mesh time (fixes #1273)

- used fallback of 0 instead of the results time.
  This discrepancy caused the case file to have two timesets that
  only differed by the first (incorrect) entry.
parent 7cd40afa
No related merge requests found
......@@ -98,7 +98,7 @@ Foam::fileName Foam::surfaceWriters::ensightWriter::writeCollated
mkDir(outputFile.path());
}
scalar meshValue = 0;
scalar meshValue = timeValue;
label meshIndex = 0;
label timeIndex = 0;
......
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