Skip to content

Commit

Permalink
tests: lac constraints: add template parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfehling committed Jul 7, 2021
1 parent 94b0749 commit e712b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lac/constraints_make_consistent_in_parallel_01.cc
Expand Up @@ -104,7 +104,7 @@ main(int argc, char **argv)
parallel::distributed::Triangulation<dim> tria(MPI_COMM_WORLD);
GridGenerator::subdivided_hyper_cube(tria, 2);

DoFHandler dof_handler(tria);
DoFHandler<dim> dof_handler(tria);
dof_handler.distribute_dofs(FE_Q<dim>(1));

for (const auto &cell : tria.active_cell_iterators())
Expand Down

0 comments on commit e712b4f

Please sign in to comment.