Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
glesur committed Nov 13, 2023
1 parent 302295f commit 55fe437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/slice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ void Slice::CheckForWrite(DataBlock &data) {
}
}
if(!containsX0) {
vtk->vtkFileNumber++; // increment file number so that each process stay in sync (both for Average and cut)
vtk->vtkFileNumber++; // increment file number so that each process stay in sync
}

sliceLast += slicePeriod;
Expand Down

0 comments on commit 55fe437

Please sign in to comment.