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
......@@ -508,7 +508,7 @@ void Foam::ensightCase::write() const
}
if (tsCloud < 0)
{
tsCloud = 1 + std::max(1, tsGeom); // Next available timeset
tsCloud = 1 + std::max(label(1), tsGeom); // Next available timeset
}
writeHeader();
......
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