Skip to content

Commit

Permalink
Merge pull request #14045 from drwells/indexset-test-header
Browse files Browse the repository at this point in the history
Include index_set.h in two more tests.
  • Loading branch information
kronbichler committed Jun 25, 2022
2 parents 2c0267d + 762b2d0 commit 4416e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/base/mpi_create_partitioning_01.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

// Test Utilities::MPI::create_ascending_partitioning()

#include <deal.II/base/index_set.h>
#include <deal.II/base/mpi.h>
#include <deal.II/base/point.h>

Expand Down
1 change: 1 addition & 0 deletions tests/base/mpi_evenly_distributed_partitioning_01.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

// Test Utilities::MPI::create_evenly_distributed_partitioning()

#include <deal.II/base/index_set.h>
#include <deal.II/base/mpi.h>

#include <vector>
Expand Down

0 comments on commit 4416e64

Please sign in to comment.