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

*** empty log message ***

parent e6310040
No related branches found
No related tags found
No related merge requests found
......@@ -182,9 +182,6 @@ class GModel
// A container for smooth normals
smooth_normals *normals;
// CAD IO
// =========================================
// Gmsh native CAD format
int importGEOInternals();
int readGEO(const std::string &name);
......@@ -198,9 +195,6 @@ class GModel
int readOCCIGES(const std::string &name);
int readOCCSTEP(const std::string &name);
// Mesh IO
// =========================================
// Gmsh mesh file format
int readMSH(const std::string &name);
int writeMSH(const std::string &name, double version=1.0, bool binary=false,
......
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