From 733b7b69600874bb9106e33b3a8cf303751f6fbe Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 4 May 2014 18:46:49 +0000 Subject: [PATCH] pp --- Fltk/helpWindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Fltk/helpWindow.cpp b/Fltk/helpWindow.cpp index 8104d03016..d470cbfd09 100644 --- a/Fltk/helpWindow.cpp +++ b/Fltk/helpWindow.cpp @@ -306,12 +306,12 @@ helpWindow::helpWindow() << "<li><i>FLTK version:</i> " << FL_MAJOR_VERSION << "." << FL_MINOR_VERSION << "." << FL_PATCH_VERSION #if defined(HAVE_PETSC) - << "<li>PETSc version: " << PETSC_VERSION_MAJOR << "." + << "<li><i>PETSc version:</i> " << PETSC_VERSION_MAJOR << "." << PETSC_VERSION_MINOR << "." << PETSC_VERSION_SUBMINOR #if defined(PETSC_USE_COMPLEX) - << "<li>PETSc arithmetic: Complex" + << "<li><i>PETSc arithmetic:</i> Complex" #else - << "<li>PETSc arithmetic: Real" + << "<li><i>PETSc arithmetic:</i> Real" #endif #endif << "<li><i>Packaged by:</i> " << GetGmshPackager() -- GitLab