mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: writeVTK: label64 compilation
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user