Skip to content

Commit

Permalink
change condition again
Browse files Browse the repository at this point in the history
  • Loading branch information
mfmweerdesteijn committed Jul 7, 2023
1 parent ae43e3b commit 0444394
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/simulator/core.cc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ namespace aspect
#if DEAL_II_VERSION_GTE(9,4,1)
if (Plugins::plugin_type_matches<const InitialTopographyModel::ZeroTopography<dim>>(initial_topography_model))
return std::make_unique<MappingCartesian<dim>>();
#else
(void) initial_topography_model;
#endif

return std::make_unique<MappingQ1<dim>>();
}
Expand Down

0 comments on commit 0444394

Please sign in to comment.