Skip to content

Commit

Permalink
Update src/output/vtk.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Robert <cr52@protonmail.com>
  • Loading branch information
glesur and neutrinoceros authored Nov 8, 2024
1 parent 1087e85 commit 573512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/vtk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ void Vtk::WriteHeader(IdfxFileHandler fvtk, real time) {
#elif VTK_FORMAT == VTK_STRUCTURED_GRID
ssheader << "DATASET STRUCTURED_GRID" << std::endl;
#endif
// fields: geometry, periodicity, time, 6 NativeCoordinates (x1l, x2l, x3l, x1, x2, x3)
// fields: geometry, periodicity, time, 6 NativeCoordinates (x1l, x2l, x3l, x1c, x2c, x3c)
int nfields = 9;

// Write grid geometry in the VTK file
Expand Down

0 comments on commit 573512f

Please sign in to comment.