From: Marc Fehling Date: Mon, 22 Jul 2024 12:02:43 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v9.6.0-rc1~41^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02c33e0c3d5ed8576afbde66ff2f219ee0f337a5;p=dealii.git Fix typo. --- 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 {