From: Wolfgang Bangerth Date: Wed, 14 Jul 2010 12:55:06 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~5820 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20bf3f7fca776d999f4641694a0665ba73f68f0a;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@21494 0785d39b-7218-0410-832d-ea1e28bc413d --- 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