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:
mattijs
2010-03-30 08:26:45 +01:00
parent 9d216d5280
commit 1a741a2259
3 changed files with 99 additions and 40 deletions

View File

@ -81,7 +81,8 @@ public:
const vtkMesh&,
const bool binary,
const fileName&,
const word&
const word&,
const bool dummyCloud
);