Salome HOME
Merge branch 'yan/V8_3_BR' into pre/V8_3_BR
[modules/hydrosolver.git] / src / mascaret_wrapper / mascaret_swig.i
diff --git a/src/mascaret_wrapper/mascaret_swig.i b/src/mascaret_wrapper/mascaret_swig.i
deleted file mode 100644 (file)
index 08fd1d4..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-//  Copyright (C) 2012-2013 EDF
-//
-//  This file is part of SALOME HYDRO module.
-//
-//  SALOME HYDRO module is free software: you can redistribute it and/or modify
-//  it under the terms of the GNU General Public License as published by
-//  the Free Software Foundation, either version 3 of the License, or
-//  (at your option) any later version.
-//
-//  SALOME HYDRO module is distributed in the hope that it will be useful,
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-//  GNU General Public License for more details.
-//
-//  You should have received a copy of the GNU General Public License
-//  along with SALOME HYDRO module.  If not, see <http://www.gnu.org/licenses/>.
-
-%module mascaret_swig
-
-%include std_string.i
-
-%include std_vector.i
-
-%{
-#include "Mascaret.hxx"
-%}
-
-// Instantiate template used by Mascaret
-%template(MascaretFileVector) std::vector<SalomeHydro::MascaretFile>;
-
-// Exception handling
-%catches(SalomeHydro::MascaretException, ...) SalomeHydro::Mascaret::Mascaret();
-%catches(SalomeHydro::MascaretException, ...) SalomeHydro::Mascaret::~Mascaret();
-%catches(SalomeHydro::MascaretException, ...) SalomeHydro::Mascaret::importModel(const MascaretFileList & fileList);
-%catches(SalomeHydro::MascaretException, ...) SalomeHydro::Mascaret::initState(const std::string & ligFileName);
-%catches(SalomeHydro::MascaretException, ...) SalomeHydro::Mascaret::compute(double startTime, double endTime, double timeStep);
-%catches(SalomeHydro::MascaretException, ...) SalomeHydro::Mascaret::compute();
-%catches(SalomeHydro::MascaretException, ...) SalomeHydro::Mascaret::getInt(const std::string & varName, int index1, int index2, int index3);
-%catches(SalomeHydro::MascaretException, ...) SalomeHydro::Mascaret::getDouble(const std::string & varName, int index1, int index2, int index3);
-%catches(SalomeHydro::MascaretException, ...) SalomeHydro::Mascaret::setInt(const std::string & varName, int index1, int index2, int index3, int value);
-%catches(SalomeHydro::MascaretException, ...) SalomeHydro::Mascaret::setDouble(const std::string & varName, int index1, int index2, int index3, double value);
-
-%include "Mascaret.hxx"