Skip to content
Snippets Groups Projects
Commit bea9063b authored by mattijs's avatar mattijs Committed by Mark OLESEN
Browse files

COMP: writeVTK: label64 compilation

parent 9fa89e67
Branches
Tags
No related merge requests found
...@@ -100,7 +100,7 @@ void Foam::vtk::lagrangianWriter::writeVertsLegacy() ...@@ -100,7 +100,7 @@ void Foam::vtk::lagrangianWriter::writeVertsLegacy()
for (label i=0; i < nParcels_; ++i) for (label i=0; i < nParcels_; ++i)
{ {
format().write(1); // Number of vertices for this cell (==1) format().write(label(1)); // Number of vertices for this cell (==1)
format().write(i); format().write(i);
} }
format().flush(); format().flush();
......
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