From 703adfecee68984b80fdc00c49c4c2395b379b99 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 21 Feb 2008 19:23:39 +0000 Subject: [PATCH] *** empty log message *** --- Geo/GModel.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Geo/GModel.h b/Geo/GModel.h index d4363c0fc9..3c20afcf26 100644 --- a/Geo/GModel.h +++ b/Geo/GModel.h @@ -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, -- GitLab