From 65274e2031da23354906ab93401a66c351b709b2 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sat, 1 Jun 2024 18:47:17 -0400 Subject: [PATCH] remove version check --- source/mesh_deformation/interface.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/mesh_deformation/interface.cc b/source/mesh_deformation/interface.cc index 17b7237cd03..c5f970fd154 100644 --- a/source/mesh_deformation/interface.cc +++ b/source/mesh_deformation/interface.cc @@ -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();