Skip to content

Commit

Permalink
Merge pull request #5189 from mfmweerdesteijn/remove_unused_option
Browse files Browse the repository at this point in the history
Remove unused option
  • Loading branch information
bangerth committed Jul 7, 2023
2 parents 406b2cd + fc575a0 commit 31d410c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/postprocess/visualization.cc
Original file line number Diff line number Diff line change
Expand Up @@ -545,13 +545,9 @@ namespace aspect
vtk_flags.cycle = this->get_timestep_number();
vtk_flags.time = time_in_years_or_seconds;

#if DEAL_II_VERSION_GTE(9,4,0)
// Also describe the physical units if we have them. Postprocessors do
// describe them, but it's a slight hassle to get at the information:
vtk_flags.physical_units = visualization_field_names_and_units;
#else
(void)visualization_field_names_and_units;
#endif

// Finally, set or do not set whether we want to describe cells
// with curved edges and faces:
Expand Down

0 comments on commit 31d410c

Please sign in to comment.