Skip to content

Commit 573512f

Browse files
Update src/output/vtk.cpp
Co-authored-by: Clément Robert <cr52@protonmail.com>
1 parent 1087e85 commit 573512f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/output/vtk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ void Vtk::WriteHeader(IdfxFileHandler fvtk, real time) {
402402
#elif VTK_FORMAT == VTK_STRUCTURED_GRID
403403
ssheader << "DATASET STRUCTURED_GRID" << std::endl;
404404
#endif
405-
// fields: geometry, periodicity, time, 6 NativeCoordinates (x1l, x2l, x3l, x1, x2, x3)
405+
// fields: geometry, periodicity, time, 6 NativeCoordinates (x1l, x2l, x3l, x1c, x2c, x3c)
406406
int nfields = 9;
407407

408408
// Write grid geometry in the VTK file

0 commit comments

Comments
 (0)