From: Toby D. Young Date: Mon, 11 Oct 2010 13:22:17 +0000 (+0000) Subject: Trivial aesthetic change that helps cross-referencing. X-Git-Tag: v8.0.0~5290 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f8fc7a6ed63d174ae89bfcb718e9bb86d09140f;p=dealii.git Trivial aesthetic change that helps cross-referencing. git-svn-id: https://svn.dealii.org/trunk@22298 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/report_features.cc b/deal.II/common/scripts/report_features.cc index 8e2e15dbd1..2431c167e3 100644 --- a/deal.II/common/scripts/report_features.cc +++ b/deal.II/common/scripts/report_features.cc @@ -94,7 +94,7 @@ int main() std::cout << "dealii-feature: PETSc=" << PETSC_VERSION_MAJOR << '.' << PETSC_VERSION_MINOR << '.' - << PETSC_VERSION_SUBMINOR << 'p' + << PETSC_VERSION_SUBMINOR << '-p' << PETSC_VERSION_PATCH << std::endl; #endif @@ -102,7 +102,7 @@ int main() std::cout << "dealii-feature: SLEPc=" << SLEPC_VERSION_MAJOR << '.' << SLEPC_VERSION_MINOR << '.' - << SLEPC_VERSION_SUBMINOR << 'p' + << SLEPC_VERSION_SUBMINOR << '-p' << SLEPC_VERSION_PATCH << std::endl; #endif