COMP: writeVTK: label64 compilation

This commit is contained in:
mattijs
2017-06-15 12:31:37 +01:00
committed by Mark Olesen
parent 9fa89e67c6
commit bea9063bd3

View File

@ -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();