From c21aa983dd0171a3451a7bae8ed0932190b55894 Mon Sep 17 00:00:00 2001 From: Boris Sedji <sedji.boris@hotmail.com> Date: Wed, 9 Jun 2010 08:08:05 +0000 Subject: [PATCH] --- Solver/terms.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Solver/terms.h b/Solver/terms.h index 36cf2f69de..22af9e8c6d 100644 --- a/Solver/terms.h +++ b/Solver/terms.h @@ -382,8 +382,8 @@ template<class T1> class LoadTermOnBorder : public LinearTerm<T1> { simpleFunction<typename TensorialTraits<T1>::ValType> &Load; public : - LoadTerm(FunctionSpace<T1>& space1_,simpleFunction<typename TensorialTraits<T1>::ValType> &Load_) :LinearTerm<T1>(space1_),Load(Load_) {} - virtual ~LoadTerm() {} + LoadTermOnBorder(FunctionSpace<T1>& space1_,simpleFunction<typename TensorialTraits<T1>::ValType> &Load_) :LinearTerm<T1>(space1_),Load(Load_) {} + virtual ~LoadTermOnBorder() {} virtual void get(MElement *ele,int npts,IntPt *GP,fullVector<double> &m) { -- GitLab