From 02c33e0c3d5ed8576afbde66ff2f219ee0f337a5 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Mon, 22 Jul 2024 14:02:43 +0200 Subject: [PATCH] Fix typo. --- source/base/index_set.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/base/index_set.cc b/source/base/index_set.cc index cb70f27a86..c9fff8ec56 100644 --- a/source/base/index_set.cc +++ b/source/base/index_set.cc @@ -1005,7 +1005,7 @@ IndexSet::make_tpetra_map_rcp(const MPI_Comm communicator, communicator) # else Utilities::Trilinos::internal::make_rcp>() -# endif // DEAL_WITH_MPI +# endif // DEAL_II_WITH_MPI ); else { -- 2.39.5