From: Matthias Maier Date: Sat, 9 Mar 2013 10:34:25 +0000 (+0000) Subject: Bugfix X-Git-Tag: v8.0.0~1045 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f60478b8aaae347c7878c024a0ffab0863057da5;p=dealii.git Bugfix git-svn-id: https://svn.dealii.org/trunk@28836 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/scripts/report_features.cc.in b/deal.II/cmake/scripts/report_features.cc.in index af2ab44e32..6e9570453f 100644 --- a/deal.II/cmake/scripts/report_features.cc.in +++ b/deal.II/cmake/scripts/report_features.cc.in @@ -109,7 +109,7 @@ std::cout << "dealii-feature: BOOST=" #endif #ifdef DEAL_II_WITH_P4EST - std::cout << "dealii-feature: P4EST=yes" << std::endl; + std::cout << "dealii-feature: P4est=yes" << std::endl; #endif #ifdef DEAL_II_WITH_PETSC @@ -132,10 +132,6 @@ std::cout << "dealii-feature: BOOST=" std::cout << "dealii-feature: NetCDF=yes" << std::endl; #endif -#ifdef DEAL_II_WITH_P4EST - std::cout << "dealii-feature: P4est=yes" << std::endl; -#endif - #ifdef DEAL_II_WITH_TECPLOT std::cout << "dealii-feature: Tecplot=yes" << std::endl; #endif