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

*** empty log message ***

parent 8cee1c95
No related branches found
No related tags found
No related merge requests found
// $Id: CutMap.cpp,v 1.9 2001-07-31 10:24:56 geuzaine Exp $ // $Id: CutMap.cpp,v 1.10 2001-07-31 10:28:50 geuzaine Exp $
#include "CutMap.h" #include "CutMap.h"
#include "List.h" #include "List.h"
...@@ -25,7 +25,7 @@ GMSH_CutMapPlugin::GMSH_CutMapPlugin(double a, int I) ...@@ -25,7 +25,7 @@ GMSH_CutMapPlugin::GMSH_CutMapPlugin(double a, int I)
void GMSH_CutMapPlugin::getName(char *name) const void GMSH_CutMapPlugin::getName(char *name) const
{ {
strcpy(name,"CutMap"); strcpy(name,"Cut Map");
} }
void GMSH_CutMapPlugin::getInfos(char *author, char *copyright, char *help_text) const void GMSH_CutMapPlugin::getInfos(char *author, char *copyright, char *help_text) const
......
// $Id: CutPlane.cpp,v 1.7 2001-07-31 09:51:36 geuzaine Exp $ // $Id: CutPlane.cpp,v 1.8 2001-07-31 10:24:56 geuzaine Exp $
#include "CutPlane.h" #include "CutPlane.h"
#include "List.h" #include "List.h"
...@@ -8,7 +8,7 @@ StringXNumber CutPlaneOptions_Number[] = { ...@@ -8,7 +8,7 @@ StringXNumber CutPlaneOptions_Number[] = {
{ GMSH_FULLRC, "B" , NULL , 0. }, { GMSH_FULLRC, "B" , NULL , 0. },
{ GMSH_FULLRC, "C" , NULL , 0. }, { GMSH_FULLRC, "C" , NULL , 0. },
{ GMSH_FULLRC, "D" , NULL , 0.01 }, { GMSH_FULLRC, "D" , NULL , 0.01 },
{ GMSH_FULLRC, "View number" , NULL , 1. } { GMSH_FULLRC, "ViewNumber" , NULL , 1. }
}; };
extern "C" extern "C"
......
// $Id: CutSphere.cpp,v 1.6 2001-07-31 09:51:36 geuzaine Exp $ // $Id: CutSphere.cpp,v 1.7 2001-07-31 10:24:56 geuzaine Exp $
#include <string.h> #include <string.h>
#include "CutSphere.h" #include "CutSphere.h"
...@@ -9,7 +9,7 @@ StringXNumber CutSphereOptions_Number[] = { ...@@ -9,7 +9,7 @@ StringXNumber CutSphereOptions_Number[] = {
{ GMSH_FULLRC, "Yc" , NULL , 0. }, { GMSH_FULLRC, "Yc" , NULL , 0. },
{ GMSH_FULLRC, "Zc" , NULL , 0. }, { GMSH_FULLRC, "Zc" , NULL , 0. },
{ GMSH_FULLRC, "R" , NULL , 0.25 }, { GMSH_FULLRC, "R" , NULL , 0.25 },
{ GMSH_FULLRC, "View number" , NULL , 1. } { GMSH_FULLRC, "ViewNumber" , NULL , 1. }
}; };
extern "C" extern "C"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment