From 950ef43d74f76ec567412be19de98b9ce8d472b0 Mon Sep 17 00:00:00 2001
From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be>
Date: Wed, 17 Nov 2010 15:52:11 +0000
Subject: [PATCH] all function (and much more) binded to lua should be
 available in python now

---
 Numeric/Gauss.h           | 2 --
 Solver/elasticitySolver.h | 1 -
 2 files changed, 3 deletions(-)

diff --git a/Numeric/Gauss.h b/Numeric/Gauss.h
index 6e458f923e..789f801080 100644
--- a/Numeric/Gauss.h
+++ b/Numeric/Gauss.h
@@ -15,8 +15,6 @@ struct IntPt{
 
 int GaussLegendreTri(int n1, int n2, IntPt *pts);
 int GaussLegendreTet(int n1, int n2, int n3, IntPt *pts); 
-int GaussLegendreHex(int n1, int n2, int n3, IntPt *pts);
-int GaussLegendrePri(int n1, int n2, int n3, IntPt *pts); 
 
 int getNGQLPts (int order);
 IntPt *getGQLPts (int order);
diff --git a/Solver/elasticitySolver.h b/Solver/elasticitySolver.h
index 2b5c839ff9..d8c498bd15 100644
--- a/Solver/elasticitySolver.h
+++ b/Solver/elasticitySolver.h
@@ -48,7 +48,6 @@ struct dirichletBC : public BoundaryCondition
   int _comp; // component
   simpleFunction<double> *_f;
   dirichletBC ():BoundaryCondition(),_comp(0),_f(0){}
-  dirichletBC (int dim, int entityId, int component, double value);
 };
 
 struct neumannBC  : public BoundaryCondition
-- 
GitLab