Skip to content

Commit

Permalink
remove version check
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Jun 1, 2024
1 parent e4252db commit 65274e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/mesh_deformation/interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1029,10 +1029,8 @@ namespace aspect
}
rhs.compress(VectorOperation::add);

#if DEAL_II_VERSION_GTE(9,5,0)
// clear the level constraints of the previous time step
mg_constrained_dofs.clear_user_constraints();
#endif

// setup GMG, following deal.II step-37:
const unsigned int n_levels = sim.triangulation.n_global_levels();
Expand Down

0 comments on commit 65274e2

Please sign in to comment.