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

COMP: 64-bit label ambiguity

parent 7e270fc4
No related branches found
No related tags found
No related merge requests found
...@@ -508,7 +508,7 @@ void Foam::ensightCase::write() const ...@@ -508,7 +508,7 @@ void Foam::ensightCase::write() const
} }
if (tsCloud < 0) if (tsCloud < 0)
{ {
tsCloud = 1 + std::max(1, tsGeom); // Next available timeset tsCloud = 1 + std::max(label(1), tsGeom); // Next available timeset
} }
writeHeader(); writeHeader();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment