Skip to content
Snippets Groups Projects
Commit ca39996e authored by Éric Béchet's avatar Éric Béchet
Browse files

bindings.h -> Bindings.h

parent fae17fec
Branches
Tags
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "dgRungeKutta.h" #include "dgRungeKutta.h"
#include "dgSystemOfEquations.h" #include "dgSystemOfEquations.h"
#include "dgLimiter.h" #include "dgLimiter.h"
#include "bindings.h" #include "Bindings.h"
extern "C" { extern "C" {
#include "lua.h" #include "lua.h"
... ...
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "MLine.h" #include "MLine.h"
#include "GaussLegendre1D.h" #include "GaussLegendre1D.h"
#include "Context.h" #include "Context.h"
#include "bindings.h" #include "Bindings.h"
GEdge::GEdge(GModel *model, int tag, GVertex *_v0, GVertex *_v1) GEdge::GEdge(GModel *model, int tag, GVertex *_v0, GVertex *_v1)
: GEntity(model, tag), _tooSmall(false), v0(_v0), v1(_v1), compound(0) : GEntity(model, tag), _tooSmall(false), v0(_v0), v1(_v1), compound(0)
... ...
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "GaussLegendre1D.h" #include "GaussLegendre1D.h"
#include "Context.h" #include "Context.h"
#include "meshGFaceLloyd.h" #include "meshGFaceLloyd.h"
#include "bindings.h" #include "Bindings.h"
#define SQU(a) ((a)*(a)) #define SQU(a) ((a)*(a))
... ...
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "MElementCut.h" #include "MElementCut.h"
#include "GmshMessage.h" #include "GmshMessage.h"
#include "VertexArray.h" #include "VertexArray.h"
#include "bindings.h" #include "Bindings.h"
GRegion::GRegion(GModel *model, int tag) : GEntity (model, tag) GRegion::GRegion(GModel *model, int tag) : GEntity (model, tag)
{ {
... ...
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "GFace.h" #include "GFace.h"
#include "MPoint.h" #include "MPoint.h"
#include "GmshMessage.h" #include "GmshMessage.h"
#include "bindings.h" #include "Bindings.h"
GVertex::GVertex(GModel *m, int tag, double ms) : GEntity(m, tag), meshSize(ms) GVertex::GVertex(GModel *m, int tag, double ms) : GEntity(m, tag), meshSize(ms)
{ {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment