From 4465f7fa6e747dadaae19fd55fd2794f4a805dde Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 31 Dec 2004 16:25:14 +0000 Subject: [PATCH] pretty print --- Plugin/CutMap.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugin/CutMap.cpp b/Plugin/CutMap.cpp index 8cff6cae0a..6375e88587 100644 --- a/Plugin/CutMap.cpp +++ b/Plugin/CutMap.cpp @@ -1,4 +1,4 @@ -// $Id: CutMap.cpp,v 1.44 2004-12-31 04:04:51 geuzaine Exp $ +// $Id: CutMap.cpp,v 1.45 2004-12-31 16:25:14 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -88,8 +88,8 @@ void GMSH_CutMapPlugin::getInfos(char *author, char *copyright, "corresponding time step in `dView'. If `dView'\n" "< 0, the plugin uses `iView' as the value source.\n" "\n" - "Plugin(CutMap) creates as many views as there are\n" - "time steps in `iView'.\n"); + "Plugin(CutMap) creates as many views as there\n" + "are time steps in `iView'.\n"); } int GMSH_CutMapPlugin::getNbOptions() const -- GitLab