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

COMP: resolve Int64 ambiguity

parent 9e7ad6e5
Branches
Tags
No related merge requests found
......@@ -721,7 +721,7 @@ bool Foam::vtk::patchWriter::writeProcIDs()
}
else
{
vtk::write(format(), Pstream::myProcNo(), nLocalFaces_);
vtk::write(format(), label(Pstream::myProcNo()), nLocalFaces_);
good = true;
}
......
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