From: young Date: Mon, 11 Oct 2010 13:22:17 +0000 (+0000) Subject: Trivial aesthetic change that helps cross-referencing. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cc009827a9b0c04e4ecd8820fcca1519f7e2410;p=dealii-svn.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