From 20bf3f7fca776d999f4641694a0665ba73f68f0a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 14 Jul 2010 12:55:06 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@21494 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/report_features.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/common/scripts/report_features.cc b/deal.II/common/scripts/report_features.cc index cbac079b23..83cf798fb4 100644 --- a/deal.II/common/scripts/report_features.cc +++ b/deal.II/common/scripts/report_features.cc @@ -64,7 +64,7 @@ int main() << OMPI_RELEASE_VERSION << std::endl; # else std::cout << "dealii-feature: MPI=" - << MPI__VERSION << '.' + << MPI_VERSION << '.' << MPI_SUBVERSION << std::endl; # endif #endif -- 2.39.5