Skip to content

Commit

Permalink
Merge branch 'main' into feature-fortran-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp authored Oct 1, 2024
2 parents 1401af5 + ab2e625 commit 0304b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/t8_vtk/t8_vtk_writer.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ class vtk_writer {
const bool write_ghosts, const bool curved_flag, std::string fileprefix, const int num_data,
t8_vtk_data_field_t *data, sc_MPI_Comm comm)
: write_treeid (write_treeid), write_mpirank (write_mpirank), write_level (write_level),
write_ghosts (write_ghosts), curved_flag (curved_flag), fileprefix (fileprefix), num_data (num_data), data (data),
comm (comm)
write_element_id (write_element_id), write_ghosts (write_ghosts), curved_flag (curved_flag),
fileprefix (fileprefix), num_data (num_data), data (data), comm (comm)
{
}

Expand Down

0 comments on commit 0304b62

Please sign in to comment.