Salome HOME
Merge branch 'yan/V8_3_BR' into pre/V8_3_BR
[modules/hydrosolver.git] / src / salome_hydro / coupling1d2d / eficas / coupling1d2d_cata.py
diff --git a/src/salome_hydro/coupling1d2d/eficas/coupling1d2d_cata.py b/src/salome_hydro/coupling1d2d/eficas/coupling1d2d_cata.py
deleted file mode 100644 (file)
index 1fad998..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-#  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/>.
-
-from salome.hydro.coupling1d2d.eficas.appli import SalomeEntry
-from Accas import *
-
-JdC = JDC_CATA(regles = (UN_PARMI('COUPLAGE1D2D',)),
-                        )
-
-COUPLAGE1D2D = PROC(
-    nom = "COUPLAGE1D2D", op = None,
-    fr = u"Définition d'un couplage Mascaret / Telemac2D",
-    ang = u"Definition of a Mascaret / Telemac2D coupling",
-    CAS_MASCARET = SIMP(statut = "o", typ = SalomeEntry,
-                        fr = u"Entrée Salome contenant le cas d'étude Mascaret",
-                        ang = u"Salome entry containing Mascaret study case"),
-    CAS_TELEMAC2D = SIMP(statut = "o", typ = SalomeEntry,
-                         fr = u"Entrée Salome contenant le cas d'étude Telemac2D",
-                         ang = u"Salome entry containing Telemac2D study case"),
-    FICHIER_COUPLAGE = SIMP(statut = "o", typ = ('Fichier', 'Fichiers Python (*.py);;Tous les fichiers (*)',),
-                            fr = u"Fichier de description du couplage",
-                            ang = u"Coupling description file"),
-    FICHIER_LOG = SIMP(statut = "o", typ = ('Fichier', 'Tous les fichiers (*)', "Sauvegarde"),
-                       fr = "Fichier de log",
-                       ang = u"Log file"),
-    FICHIER_GRAPHIQUE = SIMP(statut = "o",
-                             typ = ('Fichier', 'Fichiers CSV (*.csv);;Tous les fichiers (*)', "Sauvegarde"),
-                             fr = u"Fichier de données pour la génération du graphique",
-                             ang = u"Data file for the graphics generation"),
-)
-TEXTE_NEW_JDC="COUPLAGE1D2D()"