Skip to content
Snippets Groups Projects
Commit 6e9904a3 authored by Claudine Bon's avatar Claudine Bon
Browse files

Remove include sfield

parent e5cb246e
Branches
Tags
No related merge requests found
...@@ -18,17 +18,26 @@ ...@@ -18,17 +18,26 @@
#include "SPoint3.h" #include "SPoint3.h"
#include "SBoundingBox3d.h" #include "SBoundingBox3d.h"
class Octree; #include "GmshDefines.h"
class FM_Internals; class Standard_EXPORT Octree;
class GEO_Internals; #include "GmshDefines.h"
class OCC_Internals; class Standard_EXPORT FM_Internals;
class smooth_normals; #include "GmshDefines.h"
class FieldManager; class Standard_EXPORT GEO_Internals;
class CGNSOptions; #include "GmshDefines.h"
class gLevelset; class Standard_EXPORT OCC_Internals;
#include "GmshDefines.h"
class Standard_EXPORT smooth_normals;
#include "GmshDefines.h"
class Standard_EXPORT FieldManager;
#include "GmshDefines.h"
class Standard_EXPORT CGNSOptions;
#include "GmshDefines.h"
class Standard_EXPORT gLevelset;
// A geometric model. The model is a "not yet" non-manifold B-Rep. // A geometric model. The model is a "not yet" non-manifold B-Rep.
class GModel #include "GmshDefines.h"
class Standard_EXPORT GModel
{ {
private: private:
// the name of the model // the name of the model
......
...@@ -16,6 +16,10 @@ ...@@ -16,6 +16,10 @@
#include "OpenFile.h" #include "OpenFile.h"
#include "OCC_Connect.h" #include "OCC_Connect.h"
<<<<<<< GModelIO_OCC.cpp
=======
>>>>>>> 1.78
#if defined(HAVE_OCC) #if defined(HAVE_OCC)
void OCC_Internals::buildLists() void OCC_Internals::buildLists()
...@@ -978,6 +982,10 @@ int GModel::importOCCShape(const void *shape) ...@@ -978,6 +982,10 @@ int GModel::importOCCShape(const void *shape)
return 1; return 1;
} }
<<<<<<< GModelIO_OCC.cpp
=======
>>>>>>> 1.78
#else #else
void GModel::_deleteOCCInternals() void GModel::_deleteOCCInternals()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment