Skip to content
Snippets Groups Projects
Commit 9a6591a1 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent a58f392e
No related branches found
No related tags found
No related merge requests found
// $Id: ExtractEdges.cpp,v 1.1 2006-03-15 18:00:45 geuzaine Exp $ // $Id: ExtractEdges.cpp,v 1.2 2006-03-15 19:00:21 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -58,10 +58,10 @@ void GMSH_ExtractEdgesPlugin::getInfos(char *author, char *copyright, char *help ...@@ -58,10 +58,10 @@ void GMSH_ExtractEdgesPlugin::getInfos(char *author, char *copyright, char *help
strcpy(author, "C. Geuzaine (geuz@geuz.org)"); strcpy(author, "C. Geuzaine (geuz@geuz.org)");
strcpy(copyright, "DGR (www.multiphysics.com)"); strcpy(copyright, "DGR (www.multiphysics.com)");
strcpy(help_text, strcpy(help_text,
"Plugin(ExtractEdges) extracts the geometry edges of\n" "Plugin(ExtractEdges) extracts the geometry edges\n"
"the view `iView', using `Angle' as the dihedral angle\n" "from the surface view `iView', using `Angle' as\n"
"tolerance. If `iView' < 0, the plugin is run on the\n" "the dihedral angle tolerance. If `iView' < 0, then\n"
"current view.\n" "plugin is run on the current view.\n"
"\n" "\n"
"Plugin(ExtractEdges) creates one new view.\n"); "Plugin(ExtractEdges) creates one new view.\n");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment