Skip to content

Commit

Permalink
Merge pull request #4918 from tjhei/par-interm-output2
Browse files Browse the repository at this point in the history
update enum name for deal.II master
  • Loading branch information
bangerth authored Jul 21, 2022
2 parents e911bed + 14d0f4d commit 2fc897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/postprocess/visualization.cc
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ namespace aspect

data_out.write_deal_II_intermediate_in_parallel(filename,
this->get_mpi_communicator(),
DataOutBase::VtkFlags::default_compression);
DataOutBase::CompressionLevel::default_compression);
}
#endif
else // Write in a different format than hdf5 or vtu. This case is supported, but is not
Expand Down

0 comments on commit 2fc897a

Please sign in to comment.