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

COMP: writeVTK: label64 compilation

parent ce5d08c5
No related branches found
No related tags found
1 merge request!121Merge develop into master for v1706 release
......@@ -100,7 +100,7 @@ void Foam::vtk::lagrangianWriter::writeVertsLegacy()
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().flush();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment