From 4ef330ed845af6a8ea293039cee3b4ef4b5eaefc Mon Sep 17 00:00:00 2001 From: heister Date: Tue, 19 Oct 2010 07:24:47 +0000 Subject: [PATCH] fix Warning. git-svn-id: https://svn.dealii.org/trunk@22381 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/report_features.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/common/scripts/report_features.cc b/deal.II/common/scripts/report_features.cc index 2431c167e3..51865f6ec8 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 -- 2.39.5