Skip to content
Snippets Groups Projects
Commit 4f99bf6d authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

derived dgFunctionEvaluator from simpleFunction, still python error TypeError

parent db1fcac6
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ public: ...@@ -98,7 +98,7 @@ public:
// ---------------------------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------------------------
// PRIMITIVES // PRIMITIVES
class gLevelsetPrimitive : public gLevelset class gLevelsetPrimitive : public gLevelset
{ {
public: public:
gLevelsetPrimitive() : gLevelset() {} gLevelsetPrimitive() : gLevelset() {}
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include "SPoint2.h" #include "SPoint2.h"
#include "SBoundingBox3d.h" #include "SBoundingBox3d.h"
#include "Curvature.h" #include "Curvature.h"
#include "simpleFunction.h"
%} %}
namespace std { namespace std {
...@@ -82,4 +83,5 @@ namespace std { ...@@ -82,4 +83,5 @@ namespace std {
%include "SBoundingBox3d.h" %include "SBoundingBox3d.h"
%include "Curvature.h" %include "Curvature.h"
%include "gmshLevelset.h" %include "gmshLevelset.h"
%include "simpleFunction.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment