mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: numbering on lagrangian files was not uptodate with field vtk files
If no particles are in cloud it does not get written. Hence it would also not output a vtk file. Changed now to always output lagrangian data.
This commit is contained in:
@ -81,7 +81,8 @@ public:
|
||||
const vtkMesh&,
|
||||
const bool binary,
|
||||
const fileName&,
|
||||
const word&
|
||||
const word&,
|
||||
const bool dummyCloud
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user