From db7ea82517066deb661eff893cbe47e899eb12e4 Mon Sep 17 00:00:00 2001 From: ageay Date: Wed, 16 May 2012 12:11:30 +0000 Subject: [PATCH] Some missing methods in swigging part. --- src/MEDCoupling_Swig/MEDCoupling.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MEDCoupling_Swig/MEDCoupling.i b/src/MEDCoupling_Swig/MEDCoupling.i index c26a37480..95568c7f7 100644 --- a/src/MEDCoupling_Swig/MEDCoupling.i +++ b/src/MEDCoupling_Swig/MEDCoupling.i @@ -5261,6 +5261,8 @@ namespace ParaMEDMEM void sortPerTuple(bool asc) throw(INTERP_KERNEL::Exception); MEDCouplingFieldDouble &operator=(double value) throw(INTERP_KERNEL::Exception); void fillFromAnalytic(int nbOfComp, const char *func) throw(INTERP_KERNEL::Exception); + void fillFromAnalytic2(int nbOfComp, const char *func) throw(INTERP_KERNEL::Exception); + void fillFromAnalytic3(int nbOfComp, const std::vector& varsOrder, const char *func) throw(INTERP_KERNEL::Exception); void applyFunc(int nbOfComp, const char *func) throw(INTERP_KERNEL::Exception); void applyFunc2(int nbOfComp, const char *func) throw(INTERP_KERNEL::Exception); void applyFunc3(int nbOfComp, const std::vector& varsOrder, const char *func) throw(INTERP_KERNEL::Exception); -- 2.39.2