]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Updating copyright date information (1)
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Wed, 17 Jan 2018 07:01:23 +0000 (08:01 +0100)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Thu, 18 Jan 2018 06:30:18 +0000 (07:30 +0100)
182 files changed:
bin/AdaoCatalogGenerator.py
bin/AdaoYacsSchemaCreator.py
bin/Makefile.am
bin/module_version.py
bin/qtEficas_adao_study.py.in
configure.ac
doc/Makefile.am
doc/en/Makefile.am
doc/en/advanced.rst
doc/en/bibliography.rst
doc/en/conf.py
doc/en/examples.rst
doc/en/glossary.rst
doc/en/index.rst
doc/en/intro.rst
doc/en/license.rst
doc/en/methodology.rst
doc/en/ref_algorithm_3DVAR.rst
doc/en/ref_algorithm_4DVAR.rst
doc/en/ref_algorithm_AdjointTest.rst
doc/en/ref_algorithm_Blue.rst
doc/en/ref_algorithm_DerivativeFreeOptimization.rst
doc/en/ref_algorithm_EnsembleBlue.rst
doc/en/ref_algorithm_ExtendedBlue.rst
doc/en/ref_algorithm_ExtendedKalmanFilter.rst
doc/en/ref_algorithm_FunctionTest.rst
doc/en/ref_algorithm_GradientTest.rst
doc/en/ref_algorithm_KalmanFilter.rst
doc/en/ref_algorithm_LinearLeastSquares.rst
doc/en/ref_algorithm_LinearityTest.rst
doc/en/ref_algorithm_NonLinearLeastSquares.rst
doc/en/ref_algorithm_ObserverTest.rst
doc/en/ref_algorithm_ParticleSwarmOptimization.rst
doc/en/ref_algorithm_QuantileRegression.rst
doc/en/ref_algorithm_SamplingTest.rst
doc/en/ref_algorithm_TangentTest.rst
doc/en/ref_algorithm_UnscentedKalmanFilter.rst
doc/en/ref_assimilation_keywords.rst
doc/en/ref_checking_keywords.rst
doc/en/ref_covariance_requirements.rst
doc/en/ref_entry_types.rst
doc/en/ref_observers_requirements.rst
doc/en/ref_operator_requirements.rst
doc/en/ref_options_AlgorithmParameters.rst
doc/en/ref_output_variables.rst
doc/en/reference.rst
doc/en/theory.rst
doc/en/tui.rst
doc/en/using.rst
doc/fr/Makefile.am
doc/fr/advanced.rst
doc/fr/bibliography.rst
doc/fr/conf.py
doc/fr/examples.rst
doc/fr/glossary.rst
doc/fr/index.rst
doc/fr/intro.rst
doc/fr/license.rst
doc/fr/methodology.rst
doc/fr/ref_algorithm_3DVAR.rst
doc/fr/ref_algorithm_4DVAR.rst
doc/fr/ref_algorithm_AdjointTest.rst
doc/fr/ref_algorithm_Blue.rst
doc/fr/ref_algorithm_DerivativeFreeOptimization.rst
doc/fr/ref_algorithm_EnsembleBlue.rst
doc/fr/ref_algorithm_ExtendedBlue.rst
doc/fr/ref_algorithm_ExtendedKalmanFilter.rst
doc/fr/ref_algorithm_FunctionTest.rst
doc/fr/ref_algorithm_GradientTest.rst
doc/fr/ref_algorithm_KalmanFilter.rst
doc/fr/ref_algorithm_LinearLeastSquares.rst
doc/fr/ref_algorithm_LinearityTest.rst
doc/fr/ref_algorithm_NonLinearLeastSquares.rst
doc/fr/ref_algorithm_ObserverTest.rst
doc/fr/ref_algorithm_ParticleSwarmOptimization.rst
doc/fr/ref_algorithm_QuantileRegression.rst
doc/fr/ref_algorithm_SamplingTest.rst
doc/fr/ref_algorithm_TangentTest.rst
doc/fr/ref_algorithm_UnscentedKalmanFilter.rst
doc/fr/ref_assimilation_keywords.rst
doc/fr/ref_checking_keywords.rst
doc/fr/ref_covariance_requirements.rst
doc/fr/ref_entry_types.rst
doc/fr/ref_observers_requirements.rst
doc/fr/ref_operator_requirements.rst
doc/fr/ref_options_AlgorithmParameters.rst
doc/fr/ref_output_variables.rst
doc/fr/reference.rst
doc/fr/theory.rst
doc/fr/tui.rst
doc/fr/using.rst
i18n/Makefile.am
resources/ADAOCatalog.xml
resources/ADAOSchemaCatalog.xml
resources/Makefile.am
resources/SalomeApp.xml
src/Makefile.am
src/daComposant/Makefile.am
src/daComposant/daAlgorithms/3DVAR.py
src/daComposant/daAlgorithms/4DVAR.py
src/daComposant/daAlgorithms/AdjointTest.py
src/daComposant/daAlgorithms/Blue.py
src/daComposant/daAlgorithms/DerivativeFreeOptimization.py
src/daComposant/daAlgorithms/EnsembleBlue.py
src/daComposant/daAlgorithms/EnsembleKalmanFilter.py
src/daComposant/daAlgorithms/ExtendedBlue.py
src/daComposant/daAlgorithms/ExtendedKalmanFilter.py
src/daComposant/daAlgorithms/FunctionTest.py
src/daComposant/daAlgorithms/GradientTest.py
src/daComposant/daAlgorithms/KalmanFilter.py
src/daComposant/daAlgorithms/LinearLeastSquares.py
src/daComposant/daAlgorithms/LinearityTest.py
src/daComposant/daAlgorithms/NonLinearLeastSquares.py
src/daComposant/daAlgorithms/ObserverTest.py
src/daComposant/daAlgorithms/ParticleSwarmOptimization.py
src/daComposant/daAlgorithms/QuantileRegression.py
src/daComposant/daAlgorithms/SamplingTest.py
src/daComposant/daAlgorithms/TabuSearch.py
src/daComposant/daAlgorithms/TangentTest.py
src/daComposant/daAlgorithms/UnscentedKalmanFilter.py
src/daComposant/daAlgorithms/__init__.py
src/daComposant/daCore/Aidsm.py
src/daComposant/daCore/AssimilationStudy.py
src/daComposant/daCore/BasicObjects.py
src/daComposant/daCore/ExtendedLogging.py
src/daComposant/daCore/Persistence.py
src/daComposant/daCore/PlatformInfo.py
src/daComposant/daCore/Templates.py
src/daComposant/daCore/__init__.py
src/daComposant/daCore/version.py
src/daComposant/daDiagnostics/PlotVector.py
src/daComposant/daDiagnostics/PlotVectors.py
src/daComposant/daDiagnostics/RMS.py
src/daComposant/daDiagnostics/ReduceVariance.py
src/daComposant/daDiagnostics/__init__.py
src/daComposant/daMatrices/__init__.py
src/daComposant/daNumerics/ApproximatedDerivatives.py
src/daComposant/daNumerics/__init__.py
src/daComposant/daNumerics/mmqr.py
src/daEficas/Makefile.am
src/daEficas/__init__.py
src/daEficas/configuration_ADAO.py
src/daEficas/convert_adao.py
src/daEficas/generator_adao.py
src/daEficas/prefs.py
src/daEficas/prefs_ADAO.py.in
src/daEficas/traduitADAOV7_4_0ToV8_3_0.py [deleted file]
src/daEficas/traduitADAOV7_5_0ToV8_3_0.py [deleted file]
src/daEficas/traduitADAOV7_5_1ToV8_3_0.py [deleted file]
src/daEficas/traduitADAOV7_6_0ToV8_3_0.py [deleted file]
src/daEficas/traduitADAOV7_7_0ToV8_3_0.py [deleted file]
src/daEficas/traduitADAOV7_8_0ToV8_3_0.py [deleted file]
src/daEficas/traduitADAOV8_1_0ToV8_3_0.py [deleted file]
src/daEficas/traduitADAOV8_2_0ToV8_3_0.py [deleted file]
src/daEficas/traduitADAOsansToV8_3_0.py [deleted file]
src/daSalome/Makefile.am
src/daSalome/adaoBuilder.py
src/daSalome/daGUI/ADAO.py
src/daSalome/daGUI/ADAOGUI.py
src/daSalome/daGUI/Makefile.am
src/daSalome/daGUI/daEficasWrapper/Makefile.am
src/daSalome/daGUI/daEficasWrapper/__init__.py
src/daSalome/daGUI/daEficasWrapper/adaoEficasWrapper.py
src/daSalome/daGUI/daGuiImpl/ADAOGUI_impl.py
src/daSalome/daGUI/daGuiImpl/Makefile.am
src/daSalome/daGUI/daGuiImpl/__init__.py
src/daSalome/daGUI/daGuiImpl/adaoCase.py
src/daSalome/daGUI/daGuiImpl/adaoGuiHelper.py
src/daSalome/daGUI/daGuiImpl/adaoGuiManager.py
src/daSalome/daGUI/daGuiImpl/adaoStudyEditor.py
src/daSalome/daGUI/daUtils/Makefile.am
src/daSalome/daGUI/daUtils/__init__.py
src/daSalome/daGUI/daUtils/adaoEficasEvent.py
src/daSalome/daGUI/daUtils/adaoLogger.py
src/daSalome/daYacsIntegration/__init__.py
src/daSalome/daYacsIntegration/daOptimizerLoop.py
src/daSalome/daYacsIntegration/daStudy.py
src/daSalome/daYacsSchemaCreator/__init__.py
src/daSalome/daYacsSchemaCreator/help_methods.py
src/daSalome/daYacsSchemaCreator/infos_daComposant.py
src/daSalome/daYacsSchemaCreator/methods.py
src/daSalome/daYacsSchemaCreator/run.py

index 82751d0c5ab525ac7a747143681e23129b93f83e..d162eeb9c21c490010cc386b3510bb7569f382b6 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
@@ -38,7 +38,7 @@ if sys.version_info.major > 2:
 #----------- Templates Part ---------------#
 begin_catalog_file = """# -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 8720d77c203a87cffe37e1e3c40faf14fe2b9543..eb5af254a191bda249a043e14fd95ec864400e1a 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 1b237969e10a1448a1ec1230c75194316956bcfa..7e8d62e8007d971b7cdee566dbac0c3ff9c1e452 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 17e6c9916c8e275cec3ed834c6350fd076acc19e..2ce6e67669eb7005e3d90f0cd53a46686da72378 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 06bf559562c434c1747f6627ce777b1b6d3fe780..0f527d2681614373059b6e85b2b1498e1d8da2de 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 483d278b0c91bade063d2c0c697e6ba684cda879..0f3d75435709818f08a305dcdb0745d648b6fdaf 100644 (file)
@@ -1,4 +1,4 @@
-dnl  Copyright (C) 2008-2017 EDF R&D
+dnl  Copyright (C) 2008-2018 EDF R&D
 dnl
 dnl  This file is part of SALOME ADAO module
 dnl
@@ -88,7 +88,7 @@ if test "x$omniORBpy_ok" = "xno"; then
   salome_module_ok=no
 fi
 if test "x$Kernel_ok" = "xno"; then
-  AC_MSG_WARN([SALOME KERNEL is required for SALOME Module part - 
+  AC_MSG_WARN([SALOME KERNEL is required for SALOME Module part -
                You could define a correct KERNEL_ROOT_DIR or use the --with-kernel= configure option])
   salome_module_ok=no
 fi
index d1d69cc73ef1fa984feae672f4e2605015b7de07..d9177a9bea8eb8abf7b8d7156c8ad818f34b58ed 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 3156f2dfc0d3e3f9a62e8a97a14751a0f7259db6..a86aaf745e95ade56e854d628513d59787be0fdf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 71bf56e3299bd642e3fde8fa8c329682ddee14cc..b1fcce4726e9791fad56de069cb6428b1a22757b 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index cfd786bb268437e28eb8d1f5a1a708fd97744a73..c588f752b75310857c0fd5924d7f412a3955ffbc 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 4e93a174612263b11ae063c5ff955a36418c8f39..593b22a6fcd488fbec0ed98ea6c2a42060a80ac4 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 9aac5fe6d7166b235e269a3ae0a1cdab0628a91c..6464440223ec0b64ab1273e404a32fb7a923cd79 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
@@ -179,7 +179,7 @@ graphical view).
 
 This script node will retrieve the data assimilation analysis from the
 "*algoResults*" output port of the computation bloc (which gives access to a
-SALOME Python Object), and will print it on the standard output. 
+SALOME Python Object), and will print it on the standard output.
 
 To obtain this, the in-line script node need to have an input port of type
 "*pyobj*", named "*Study*" for example, that have to be linked graphically to
index 9a09aa2f8692ba2993a3554686f6bb3ba6028785..71e7a5c4bd31128478db46a6b16c496f3f6bcd2e 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index c2f9b8ae96ab4477682d06f9ad4471968dd56eeb..a3e8edc1e614ed5a468981e98cc86ea83a3df7b4 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 0c402eabdbc57acc78dbd176ea8110f4386d2410..caf0ed346b0c6299854d24e59cdaeaee071a3f0b 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
@@ -35,10 +35,10 @@ study. Calculation or simulation modules have to provide one or more specific
 calling methods in order to be callable in the SALOME/ADAO framework, and all
 the SALOME modules can be used through YACS integration of ADAO.
 
-Its main objective is **to provide the use of various standard data 
-assimilation or optimization methods, while remaining easy to use and providing 
-a path to help the implementation**. For an end user, having already gathered 
-his physical input information, it's a matter of "point\&click" to build an 
+Its main objective is **to provide the use of various standard data
+assimilation or optimization methods, while remaining easy to use and providing
+a path to help the implementation**. For an end user, having already gathered
+his physical input information, it's a matter of "point\&click" to build an
 ADAO valid case and to evaluate it.
 
 The module covers a wide variety of practical applications, in a robust way,
index d1fc4dafb2661a7c7c08b9f0f8ae64c9c9dac86b..e1a2520a284477f01b50f31a80dc7d36bb95838f 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
@@ -36,7 +36,7 @@ GPL), as stated here and in the source files::
 
     <ADAO, a SALOME module for Data Assimilation and Optimization>
 
-    Copyright (C) 2008-2017 EDF R&D
+    Copyright (C) 2008-2018 EDF R&D
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
index b0e582cab214fdc0706a46214151e04675db046a..39195ce62ae90cf7d8ba7f06e940fd6250c97aa8 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 46c3039fe8ec56d1065e6fb7d685f3afa2a02c18..824237c4f943cf8828994ab86bed15c59458fc77 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 8388c1564adeecd3dd72b4cc89e454f3f8ad6119..74065fada85f7e97cb522f3b74661c204929e80d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index fdb8afb00e1d75378d966afc016b9e7998a90498..5c9123558ec8ca21b534b0cce1b7a545f68106c5 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 4dfecec594de9c0ebabb408554d672f0907b3e4f..37913f401178528d8510bfe8142a51ed26bddeec 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 0c489a6c7d84074241e53e5ca6db16f53322b37b..f137084bec6a1ebe312d0c7890a8c6e3252672a1 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 80ea1d3fec4e16584df983e17015b4834fbce328..c2fe883d60c286829a65ca94cfe4b3c19d55ce2a 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 4c6201bf6c88942d597a8387a07cd7d65569b34d..2b66df8d34cf92603a6fdbc52f85b680c440766a 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index d6d5da98bf6bde74136edfc3b1e963fdf7d8e8e4..97d10042e3c516f4a1f6358eecc7a0e375507a4c 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 0805981a746825f3adf7127d5f423a1cbd00a18a..c0a143c8ee114c60917e93e5472903a2d68fee9a 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 5c34f91177e84a4eeb6950b4ab6d7eee25ec31af..bd4d2be7f0b7b2beff9887141fb857299e47b60e 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 447cc89e3d5d8b6e73246ed6b5401c061f638838..59c2ec1d60b6af2948d80b266a304c61d1e22149 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index ac46ef7718f1aa3755870d848f0fa269c52065e8..00483b4e15f4387a04ca4afe6b7c7c8dd12ecbbc 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 788519aac6c1691314c11a3826632f0004a44385..8787cba3e39cd725ab9f3de759ee22dec223b278 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index ac54ffb9e6581b5f867a176a77ff2b12fd3ff818..4063b3b8a85b0d158cc81fca4b13d71bfed8ecaa 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 2eed15d5ab8a48b7455ed641e55ed6ef8ee3b224..9bf095de522caecd0d887b18be12a2b7141549e3 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index b6ce80bd5a25ebf9ab7e41f0c4b428e00afcf8bf..569d7d5a038c2537fd85217bd5acf4d039305558 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
@@ -127,7 +127,7 @@ The options of the algorithm are the following:
     Example : ``{"NumberOfInsects":100}``
 
   SwarmVelocity
-    This key indicates the part of the insect velocity which is imposed by the 
+    This key indicates the part of the insect velocity which is imposed by the
     swarm. It is a positive floating point value. The default value is 1.
 
     Example : ``{"SwarmVelocity":1.}``
index 4a7585180d5b54450cc614b9c75e06e69f1f37e6..7f3c04f6f1a5181be152ced9ef69d2b5fa1d0591 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 15b8b4c404b18dc9527761196a787ed511fd097c..5c0f463a00a9155defe45ebf800691c314542d04 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 16948e1d89844eefe70e4cbc8c30d9e34f34236c..0297784347ca11104a4ab0f7c9f23a30ea272b9d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index ac9abe22b9a1a635b4b6ef07cf676c3fdcff8d3a..7cf10861f4ed0d831eb76f41a85352492334752c 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 89794ac9e6dfb3721f059d8c3713bcd69f65066d..2431dbbabf9ab668debb554e5ea772c5606060df 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index e758626d1106903aea5d302825aa1821143fc7e2..7b40f75536a54d388d4bbefcdac45ce9f613ad09 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 11d248d901fc8fcca6ce5d97e7a678111f7bc0ee..1b79d04b58b2ac5ca9c37758fc8e25acc6aef8bd 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 56472588c8c2b17815baac80ffebdf93f11d0d2a..2883e6df3c72e59f2af50052a74ed974529b170c 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 60f422a077f980cfbc4d14c04b2b0d8d0dddc85c..6820a36ae6a517b09938389fb6e14dae6dba7816 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 86e98d6347204d261a988f48dfb364907d4e0b86..1c4b4bda46e4b48ef32054c6e0dc2eea9b26262d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
@@ -189,7 +189,7 @@ This third form give more possibilities to control the execution of the three
 functions representing the operator, allowing advanced usage and control over
 each execution of the simulation code. This is done by using the keyword
 "*ScriptWithSwitch*" for the description of the chosen operator in the ADAO GUI.
-The user have to provide a switch in one script to control the execution of the 
+The user have to provide a switch in one script to control the execution of the
 direct, tangent and adjoint forms of its simulation code. The user can then, for
 example, use other approximations for the tangent and adjoint codes, or
 introduce more complexity in the argument treatment of the functions. But it
index 4cedea880b3a2b4fc679932462171f75aa334004..926d2dbebdbda64c9a95e4b9b220af1ff99f0896 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 88cc2273f6b7daf5a75d6d37dca764ac9d5b642e..7ce3dc0b2ca72ffbe1406b9997a8174f65174109 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
@@ -84,7 +84,7 @@ case by a "*Script*" type input) or can exist as a string, including line feeds
 be build from these simple examples, the main objective being to help the user
 to elaborate the exact procedure he needs in output.
 
-The first example (named "*AnalysisPrinter*" in the inputs of type 
+The first example (named "*AnalysisPrinter*" in the inputs of type
 "*Template*") consists in printing, in the standard log output, the value of the
 analysis or the optimal state, noted as :math:`\mathbf{x}^a` in the section
 :ref:`section_theory`. It is realized by the commands::
index f8cd7e44c4694e1c16f494aac7cc85a54b86e5cc..f0a5fefb197b4dcd658853a308d45611fd2defe6 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
@@ -54,7 +54,7 @@ are explained in the section :ref:`section_theory`.
 
 .. toctree::
    :maxdepth: 1
-   
+
    ref_entry_types
    ref_options_AlgorithmParameters
    ref_output_variables
@@ -71,7 +71,7 @@ the section :ref:`section_theory`.
 
 .. toctree::
    :maxdepth: 1
-   
+
    ref_operator_requirements
    ref_covariance_requirements
    ref_observers_requirements
@@ -92,7 +92,7 @@ The mathematical notations used afterward are explained in the section
 
 .. toctree::
    :maxdepth: 1
-   
+
    ref_assimilation_keywords
    ref_algorithm_3DVAR
    ref_algorithm_4DVAR
@@ -124,7 +124,7 @@ The mathematical notations used afterward are explained in the section
 
 .. toctree::
    :maxdepth: 1
-   
+
    ref_checking_keywords
    ref_algorithm_AdjointTest
    ref_algorithm_FunctionTest
index c77b29cad130987acb8bc5affc88a856b11cba8f..21befe4b93b44f015f88a17de8345b80e5af4d7b 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index bab60a5e9c5292283a4dd532554a731f66ec86d3..48b5b67dca98bf65b2a833f95ed3360c5040d03d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 74473186c9de2d93aa60d0f281c296c6aacd2a1f..2d3dbb9187bc8049e956f7a4e94df975d59ea5db 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 93237fb423dc8271ab2aeb483c0c64aeb4b24a05..aaa2bee90f602816847ef4f413328b3c30714baa 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index d06f804f3153f29770b31ee4f3b50aecae4b051f..4c27aa548012290d66cfbd3c2958febbd6445807 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 49a480a9f395c8878adbf21af7ba832607b10ddf..2495a815c18c520a617573c116d80e1007586968 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index aba114fd3f5f7464b2a8d15e86b88356afb468c9..e421ce87364700cff6a97e3c2a5352f149b01d76 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 636c0265366c56c61607f28988ac40fb0096d5d1..60cd621d41b0de533cfeedc6c26dc7e80c265bba 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index b3a72aa4ac04104098e877e2f93d84f765bce04b..da6b0537b03fe335b5f4f7bcbdb97bece07df279 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 541769e74db2fede5ab7be9f1565a790063531e1..a6fd06c5eb9168b58a0b3ce15d88216b26f6ce9b 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index f033b46b8ccffc9d8078b0b9fc2f723a03c8ac03..27bf8b1818fc7719e0c84a901f638c81ebc5e1a0 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 1581abaa624842f97cf6b43707bf06eabb58f33e..4dc0d70f539ec40ed728f3dc3f63c20f6466b684 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
@@ -36,7 +36,7 @@ tel qu'il est déclaré ici et dans les fichiers sources::
 
     <ADAO, a SALOME module for Data Assimilation and Optimization>
 
-    Copyright (C) 2008-2017 EDF R&D
+    Copyright (C) 2008-2018 EDF R&D
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
index cb03145c6dac6a6aeb66ed433e664e5097f94b6f..dabe94d3af3436f57356a191710c7791c7ccf8d3 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 71c6fb9341d2f98ccbf0b3885bfb55df70933b9e..20bdde5325bc6583c3c8b27f7fb886d1d5760209 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 9833a7e72714f6267839c7dce68ab2679c3c7b32..f177a8b64732ac7e4f55abc4e207e94534991739 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 734824d12df7a8cb473bb3931b4ccf0c9f9943f8..f4044ecef667cd9e12a26078a2688446d5e27778 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index df69b13dfbda4f5bedf4c8c56c5b7f72b3f79f81..0f43f852fc712e84441ee29ffdbd13cb1bd2ed16 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index c0ec43cce44f769601011a77a51af4884f227d0b..840fdbc84303c4ceb6fc93890eaa4cc2a99af3c4 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index b76e6d31a02cd15386d5706a5bab5caeaecf66f2..4a22b20fb6cf0d580f4196ebfa3fd6cfbff9da1d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 6004fdbf51fcd79ea03504945588380f31e8c30a..c8af22818659c499a5c3b878073947ac7e1ad2bd 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 2906abcff96e5261cf4ef80c84d6335b47a56c92..3ac5a950683a49f04fd311b10a1e9c88ce608787 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 31b6675187e5f9c834ee034d3b7e2f0220c1854c..59b036b6f234222e45b64fe730fb80527968907c 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 866f7cef1c630b4b608078de79134d471f5b6905..15e8ab567c7bf59338de220ba2ad278a61e9fcfe 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 55aadb53862c57ce4310816ea4515bb23a48e6b9..92bc7cc61344835ca69170704b5f36b652acd0c5 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 795148e7536baa43297aefa7d3aa300a7bc2540d..d8d0af95c22c76eb61f17c71a4c36d61553051b3 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index df03fa5c53473362d9a8edd181000b64068c195b..77e70c124408ccbdd16399310439e63ce727943d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 16d9ed60069758468653928e9dcd80ed2fe86e91..3edc9d4a59e44ce82aeef64a3804c7910c0adc90 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 18f5cbc8b87489df1fcd140e17d41a8f8be8ab9d..25b9cf5632ad6fea4661b9a7498cd817a6f5a2f7 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index e9afb6a1b8e342b8890b2c70bcc60168eae4d55b..facea9e945b4cd8d3c25455b6bd67e55645da18d 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 4663d80b33d3e677869b9d90bac9e6233e49bbc3..e1318652789469d233a5b8eba130cf971773a715 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index f1694d9b909da639a6f20aa10a1aa500a4c1e252..4cabc236cda0780f47063f27dfd8918595bdaf55 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index a2e529cfad09d460932744af243c5fe20448b8ec..21d4568455d36108460396976b81e71a74d040e8 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index ece43dedddd657a83d93c99e186a42c37cea5fec..91ffa4aa49cbd483003f7cf1b86e9fff881d4ffd 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 959466df658136f5abffb9cfde0275637a993927..05fcd0c0a89d3acc150a0ee7bb7360cc352774b2 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index d618fabc9ecf3eafaee3c0a8adf68ddd8e77e760..0c8d13993558e74730348b68790d2d3d1b429d41 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index e5841ac8dc74a6fe466a61107bce5433361eacb3..959b341b5a1a1ce523c268221157c4a49c539559 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index a3f38b5d0188101298201d976e8a87f8206822b9..6a3bfe60c70a29b48678ac5dedefb86c4ecd99ce 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 9f6ec350068d05d5865c26ac21824cc76d793deb..5df100dde4f2b022a686efcb4bd1e254e7239aa4 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 1ee19ed5725892f6a50b12ac51275ba791a91dc0..12d109d64d8c92eb03088146a2b7beccd17d3279 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 757a5db707f621964aaa59ffe85e7f0dcc5a827c..9abca5e29c88b25dd2d54c752b2e5c973c255594 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index cae240db22698716d0dc46db6fe6ea20dfae1b49..ae691b470b6f77bc2e7ef46753e2ef28830e5227 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 4c4f685fb922e503f06468af1e475d2c10d3b671..2a499c9bc736b3789024c1379fd0df07261012a4 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 1ba5d507e7cef035334ac1c5ea2761ce7e4c9395..1aeb7a2179cab997a709f40b82471cc5787351d4 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index e566cabc254fe9343e0d1e1e7b62bfb7b2f89fd6..80a97521c828908db5f5df71193817c07c97e0db 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 28598cf55a14368f7ab40fc5e0ac4e6644785515..04e00340cfad1f8263b1d88f9ed7ed674eb9e5e0 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2008-2017 EDF R&D
+   Copyright (C) 2008-2018 EDF R&D
 
    This file is part of SALOME ADAO module.
 
index 88909919c73886cbca4e452974bd6c155c824ff3..00ed99f2e439c7908cc7064fc0ddf3093f4f94e1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index fc5bfefa1124ddb289da69bc393413e44e7a3a37..180e2d2524166ab8ccd286e83f23697d4cdd59d3 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='us-ascii' ?>
 <!--
-  Copyright (C) 2008-2017 EDF R&D
+  Copyright (C) 2008-2018 EDF R&D
 
   This file is part of SALOME ADAO module
 
@@ -19,7 +19,7 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 
   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-  
+
   Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
 -->
 
index 595332dbd5303d787f6ccd613f04e443624fbc3a..8906525979909ba14e5c65a8debad8e7ceb4bc83 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!--
-  Copyright (C) 2008-2017 EDF R&D
+  Copyright (C) 2008-2018 EDF R&D
 
   This file is part of SALOME ADAO module
 
index b949a8e046d8341a4fe9b67cfd7d120bfa74b629..fc153534bc941dafae70de85559550308a25bbc7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index e7d6e3ce38f2b0b2c4d5e4a9ff5346d036522c2d..966231cd87e3d4c0c1f842808efe88f0e6edacab 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2008-2017 EDF R&D
+  Copyright (C) 2008-2018 EDF R&D
 
   This file is part of SALOME ADAO module
 
index 3b9c1204efab849eaa6c9930fe33d6e7a71e17c3..3d1f12d9456c0578574f850b41d58c5a32bf737a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 9970236b2fcad688a67b89be9592ead44e19a4e3..6516b38a8b1c78f03db063a5236fa0b77d107619 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index e968200d88b7f68df6d9941807a261f04c2c4009..eea15f6a7e1646d9d2fdb1ee21d47ee6d483d288 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 48de48dd1c5404136eb398201c26cc7c81f254fa..9e790720369a1c8bcba9fbd960a6c8bd3643ebee 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 3801641a849797a4eb1410206212b11e8931bfb4..c0a7c679fd6aaed9d63b438071b58d60b0e0b01b 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 5c2e7618194953d8c2aaee0aba1e618d5cf1e990..ab5040c96b8baee1c4d6f212d1ff2c264cc1c722 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index e54e4c88c4b7f7ec03533c57ecc1c812f5a6b224..9def132b0f322d7202798bf19cedd9ddbd851f0a 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index e74223f0104091e2dacb9f99bbe9e5ab2ad2a00c..303b8eaa2c1dd0bc6bac6d8dcbc696ff2075fed4 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index b8d6421cdfb811219c5329cc668cc3dc38912498..b1605bb48579b907906b423fa5abf35ea7364703 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 0755e257ffa1faef23effc8e49aab189d2c62698..6706eebcf5571e03625ee3f035ddae1c012a2a6d 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 02829208450d7f5ce51c94dd71c8127e104e8d4d..4efab27000575e4230ed6fffd38be43416cafbb9 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 4b80e289ffb41b937933e51c25949d8bd946fce8..5ce49caaa73c517aacbd895f3da16b7f6afd7845 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 03a43520e25967b70381bb3ef2b9204b4a8091a1..ba1198d5de41a5f95fd141a04e372f089747ddb7 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index d2ec3f1e68a21fe573d964a1efa87f46a7e63bd2..fa413cd874e1595bd438471f805f59fd1227f79b 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 31234e68c968f91db325561c871ecf5746e5c222..0f47c399548b5f89ff86f2d1a24f061a519fc618 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 5d59a648ab03c3022f8b103c47e54fc14c852bd7..5525cf779e86b0824776f800b6b58b14070db7d4 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index f246d5528e1814907303b84507243c102ae8044e..5db18e40803430d366ef739ea64bffb69c906971 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index cc692374f7789e1ff3c8d858da2e4f1af6dcee12..c6170374155a20232ded68f207e7955dae2b9d76 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index b0a302389a6ebf90f72c0e5b9fcae650d7d4359b..7aa7ca9db1522df2df7f4665abb5c7f29a647b31 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 076f4c294167e5ce1309a3b324bf44c1eb4a5842..3cf9ab3781c47840ff7a55d6942a4d09ff8c2838 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 58c16b14e35076266801b2c273026607b8344192..98a2d5019d9b354818ae914ae36f434c83cd4646 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 46e042468d973394863c6e2afed27e62631d8069..23a6c85852ca04a84bfdde1f7d46c7ea44acea5b 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 9419d0526d62083dd935d683f219209b160f9784..f2b18626bff5b017bda4cceba4ea22a35374eef4 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 276e4fbfe4d9af3bfb36c4e7023fff3659346752..fb05316dbb62d39d2b678b6db90bea251d72e829 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 53248cc2efb129e4287e3278c6529be28c0378e2..52ece7b2b8a6e95101c45abf32e22003fb61e764 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 7b480af5b2176601e068872381829cd36094eda8..cc7736fcda38278c16e93fca45f73e938f9fd4a6 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index cf4c1e3bd08c1a83db3b16fed1a626f1e77d00eb..e4dc2e1e865f07f277db1eb9fd573281944b848b 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 32ac40a6e2ab924eba7a65186f05fcba805c4aa5..27ce16fbb51d95b0e6d367c6faa34906d5123185 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index aecc05ba7da5bd300e927fc1490231f4df09f2bd..c38b7a00466ae4db0baa06975a164b2acdfb97d1 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index c2bbd48c538e8d9744a1163c390bfd7b1c2ea7ec..858c86551f86c529b0c1cd110b7feb67b91fa8b0 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index fde6791bf719c434117c80e61c1262941ef929b9..09078d3291ccb2c00001bdf7e00ea81ad9240824 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 8c578ba513cd9a31e582750cd7dfd1379a7be64e..2b134cb28d3ddf0b59de3f924f2c7cae1bd677e9 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 53248cc2efb129e4287e3278c6529be28c0378e2..52ece7b2b8a6e95101c45abf32e22003fb61e764 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 2e16fca78f21fb8a1a175b626e72d565558a17bf..e6842e11f5d6f51f6d15aff3617579ee25e8fa95 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 0bebc1145e567b83b64944bb3d2aa7780717b31a..3c4173b68b04ef1ed6a08f6afa8677af644ba54c 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 11037e7f8484f23322a0bf180648af5b9daee6e4..37b7222f44b3354a1c9f3bc8aef1b2673c2b0871 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index c36d5d78775d45054d6fbed137d5181e0b498d97..b9764cbc5968e4e0333409fbea199b7621e5f453 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 6162f602d5b3081735f6f6995618dd4f09a11643..45ccac28b0af71860d8233ff199ccba8d5124961 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 53248cc2efb129e4287e3278c6529be28c0378e2..52ece7b2b8a6e95101c45abf32e22003fb61e764 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 53248cc2efb129e4287e3278c6529be28c0378e2..52ece7b2b8a6e95101c45abf32e22003fb61e764 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 7c24495bb68a1520cce9830755167ed7804229cb..e51e7210947d07b3c159a0a70cce8ab41c23b4cd 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 53248cc2efb129e4287e3278c6529be28c0378e2..52ece7b2b8a6e95101c45abf32e22003fb61e764 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index d3a5d5e4c8834d378d4a55a02587c889cbace472..02fcc65c0c149c258cf708368eef80d663655cfb 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 32a14e127bf7212f0fa34959aa681822c75ae349..dd68677c2f5b6c643c79fce0544532e5a8cf88c0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index c3b854c12fcc4bc68530ee8823cffaf3f66bb09e..54c0f1dffdf7a308683a6d2fc8fcdab1c71b905a 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 132d373cc2eff37c1722686419dee7b8005b369e..12abf3623908a9c00455f1c87b75eaadd7e38514 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 27a5cf8b3d7f04d8ee4400d82037455209ccb02b..75ca610ea8a6708340832818f4a18334e83464f8 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 5becb026aab6efec0ad52921173a334985d7e623..15fbadb6e90b6c78e3c83e7d7a519a51a9ee62c7 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index ccebe70d19a6fc2aae351ad851531b09b22b9174..1381944c1dd525e7991f157ef74cbaa12e4f90de 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index f7db3b4ce765209faee9afe1b7a030573ff0775c..1d382b9b41e1f19038dabf4307cc9d7676998522 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
diff --git a/src/daEficas/traduitADAOV7_4_0ToV8_3_0.py b/src/daEficas/traduitADAOV7_4_0ToV8_3_0.py
deleted file mode 100644 (file)
index 9ae61a7..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (C) 2008-2017 EDF R&D
-#
-# This file is part of SALOME ADAO module
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library 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
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
-
-import argparse
-import sys
-import re
-
-import Traducteur.log as log
-from Traducteur.load         import getJDC, getJDCFromTexte
-from Traducteur.mocles       import parseKeywords
-from Traducteur.dictErreurs  import GenereErreurPourCommande
-from Traducteur.inseremocle  import *
-from Traducteur.movemocle    import *
-from Traducteur.renamemocle  import *
-
-version_out = "V8_3_0"
-
-usage="""Usage: python %(prog)s [options]
-
-Typical use is:
-  python %(prog)s --infile=xxxx.comm --outfile=yyyy.comm"""
-
-atraiter = (
-    "ASSIMILATION_STUDY",
-    "CHECKING_STUDY",
-    )
-
-dict_erreurs = {
-    "ASSIMILATION_STUDY":"Changements dans l'arbre et dans les noms",
-    "CHECKING_STUDY":"Changements dans l'arbre et dans les noms",
-    }
-
-sys.dict_erreurs=dict_erreurs
-
-def traduc(infile=None,outfile=None,texte=None,flog=None):
-    hdlr = log.initialise(flog)
-    if infile is not None:
-        jdc  = getJDC(infile,atraiter)
-    elif texte is not None:
-        jdc  = getJDCFromTexte(texte,atraiter)
-    else:
-        raise ValueError("Traduction du JDC impossible")
-
-    #Parse les mocles des commandes
-    parseKeywords(jdc.root)
-    GenereErreurPourCommande(jdc,('Algorithm','AlgorithmParameters','FunctionDict'))
-    # ==========================================================================
-
-    for command in atraiter:
-        # Insere le MC s'il n'existe pas
-        chercheOperInsereFacteurSiRegle(jdc, command, "AlgorithmParameters",((("AlgorithmParameters",),"nexistepasMCFParmi"),))
-        # Deplace le MC
-        moveMotClefInOperToFact(jdc, command, "Algorithm", "AlgorithmParameters", plusieursFois=False)
-        # Renomme le MC
-        renameMotCleInFact(jdc, command, "AlgorithmParameters", "INPUT_TYPE", "Parameters")
-        # Renomme le MC
-        renameMotCle(jdc, command, "Study_name", "StudyName")
-        renameMotCle(jdc, command, "Study_repertory", "StudyRepertory")
-
-    # ==========================================================================
-    fsrc = jdc.getSource()
-    fsrc = re.sub( "FunctionDict", "ScriptWithSwitch", fsrc )
-    fsrc = re.sub( "FUNCTIONDICT_FILE", "SCRIPTWITHSWITCH_FILE", fsrc )
-    fsrc = re.sub( "#VERSION_CATALOGUE:.*:FIN VERSION_CATALOGUE", "#VERSION_CATALOGUE:%s:FIN VERSION_CATALOGUE"%version_out, fsrc)
-    fsrc = re.sub( "#CHECKSUM.*FIN CHECKSUM", "", fsrc )
-    #
-    log.ferme(hdlr)
-    if outfile is not None:
-        with open(outfile,'w',encoding='utf8') as f:
-            f.write( fsrc )
-    else:
-        return fsrc
-
-class MonTraducteur:
-    def __init__(self,texte):
-        self.__texte = str(texte)
-    def traduit(self):
-        return traduc(infile=None,outfile=None,texte=self.__texte,flog=None)
-
-def main():
-    parser = argparse.ArgumentParser(usage=usage)
-
-    parser.add_argument('-i','--infile', dest="infile",
-        help="Le fichier COMM en entree, a traduire")
-    parser.add_argument('-o','--outfile', dest="outfile", default='out.comm',
-        help="Le fichier COMM en sortie, traduit")
-
-    args = parser.parse_args()
-    if len(args.infile) == 0:
-        print("")
-        parser.print_help()
-        print("")
-        sys.exit(1)
-
-    traduc(args.infile,args.outfile)
-
-if __name__ == '__main__':
-    main()
diff --git a/src/daEficas/traduitADAOV7_5_0ToV8_3_0.py b/src/daEficas/traduitADAOV7_5_0ToV8_3_0.py
deleted file mode 100644 (file)
index 9ae61a7..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (C) 2008-2017 EDF R&D
-#
-# This file is part of SALOME ADAO module
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library 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
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
-
-import argparse
-import sys
-import re
-
-import Traducteur.log as log
-from Traducteur.load         import getJDC, getJDCFromTexte
-from Traducteur.mocles       import parseKeywords
-from Traducteur.dictErreurs  import GenereErreurPourCommande
-from Traducteur.inseremocle  import *
-from Traducteur.movemocle    import *
-from Traducteur.renamemocle  import *
-
-version_out = "V8_3_0"
-
-usage="""Usage: python %(prog)s [options]
-
-Typical use is:
-  python %(prog)s --infile=xxxx.comm --outfile=yyyy.comm"""
-
-atraiter = (
-    "ASSIMILATION_STUDY",
-    "CHECKING_STUDY",
-    )
-
-dict_erreurs = {
-    "ASSIMILATION_STUDY":"Changements dans l'arbre et dans les noms",
-    "CHECKING_STUDY":"Changements dans l'arbre et dans les noms",
-    }
-
-sys.dict_erreurs=dict_erreurs
-
-def traduc(infile=None,outfile=None,texte=None,flog=None):
-    hdlr = log.initialise(flog)
-    if infile is not None:
-        jdc  = getJDC(infile,atraiter)
-    elif texte is not None:
-        jdc  = getJDCFromTexte(texte,atraiter)
-    else:
-        raise ValueError("Traduction du JDC impossible")
-
-    #Parse les mocles des commandes
-    parseKeywords(jdc.root)
-    GenereErreurPourCommande(jdc,('Algorithm','AlgorithmParameters','FunctionDict'))
-    # ==========================================================================
-
-    for command in atraiter:
-        # Insere le MC s'il n'existe pas
-        chercheOperInsereFacteurSiRegle(jdc, command, "AlgorithmParameters",((("AlgorithmParameters",),"nexistepasMCFParmi"),))
-        # Deplace le MC
-        moveMotClefInOperToFact(jdc, command, "Algorithm", "AlgorithmParameters", plusieursFois=False)
-        # Renomme le MC
-        renameMotCleInFact(jdc, command, "AlgorithmParameters", "INPUT_TYPE", "Parameters")
-        # Renomme le MC
-        renameMotCle(jdc, command, "Study_name", "StudyName")
-        renameMotCle(jdc, command, "Study_repertory", "StudyRepertory")
-
-    # ==========================================================================
-    fsrc = jdc.getSource()
-    fsrc = re.sub( "FunctionDict", "ScriptWithSwitch", fsrc )
-    fsrc = re.sub( "FUNCTIONDICT_FILE", "SCRIPTWITHSWITCH_FILE", fsrc )
-    fsrc = re.sub( "#VERSION_CATALOGUE:.*:FIN VERSION_CATALOGUE", "#VERSION_CATALOGUE:%s:FIN VERSION_CATALOGUE"%version_out, fsrc)
-    fsrc = re.sub( "#CHECKSUM.*FIN CHECKSUM", "", fsrc )
-    #
-    log.ferme(hdlr)
-    if outfile is not None:
-        with open(outfile,'w',encoding='utf8') as f:
-            f.write( fsrc )
-    else:
-        return fsrc
-
-class MonTraducteur:
-    def __init__(self,texte):
-        self.__texte = str(texte)
-    def traduit(self):
-        return traduc(infile=None,outfile=None,texte=self.__texte,flog=None)
-
-def main():
-    parser = argparse.ArgumentParser(usage=usage)
-
-    parser.add_argument('-i','--infile', dest="infile",
-        help="Le fichier COMM en entree, a traduire")
-    parser.add_argument('-o','--outfile', dest="outfile", default='out.comm',
-        help="Le fichier COMM en sortie, traduit")
-
-    args = parser.parse_args()
-    if len(args.infile) == 0:
-        print("")
-        parser.print_help()
-        print("")
-        sys.exit(1)
-
-    traduc(args.infile,args.outfile)
-
-if __name__ == '__main__':
-    main()
diff --git a/src/daEficas/traduitADAOV7_5_1ToV8_3_0.py b/src/daEficas/traduitADAOV7_5_1ToV8_3_0.py
deleted file mode 100644 (file)
index 9ae61a7..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (C) 2008-2017 EDF R&D
-#
-# This file is part of SALOME ADAO module
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library 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
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
-
-import argparse
-import sys
-import re
-
-import Traducteur.log as log
-from Traducteur.load         import getJDC, getJDCFromTexte
-from Traducteur.mocles       import parseKeywords
-from Traducteur.dictErreurs  import GenereErreurPourCommande
-from Traducteur.inseremocle  import *
-from Traducteur.movemocle    import *
-from Traducteur.renamemocle  import *
-
-version_out = "V8_3_0"
-
-usage="""Usage: python %(prog)s [options]
-
-Typical use is:
-  python %(prog)s --infile=xxxx.comm --outfile=yyyy.comm"""
-
-atraiter = (
-    "ASSIMILATION_STUDY",
-    "CHECKING_STUDY",
-    )
-
-dict_erreurs = {
-    "ASSIMILATION_STUDY":"Changements dans l'arbre et dans les noms",
-    "CHECKING_STUDY":"Changements dans l'arbre et dans les noms",
-    }
-
-sys.dict_erreurs=dict_erreurs
-
-def traduc(infile=None,outfile=None,texte=None,flog=None):
-    hdlr = log.initialise(flog)
-    if infile is not None:
-        jdc  = getJDC(infile,atraiter)
-    elif texte is not None:
-        jdc  = getJDCFromTexte(texte,atraiter)
-    else:
-        raise ValueError("Traduction du JDC impossible")
-
-    #Parse les mocles des commandes
-    parseKeywords(jdc.root)
-    GenereErreurPourCommande(jdc,('Algorithm','AlgorithmParameters','FunctionDict'))
-    # ==========================================================================
-
-    for command in atraiter:
-        # Insere le MC s'il n'existe pas
-        chercheOperInsereFacteurSiRegle(jdc, command, "AlgorithmParameters",((("AlgorithmParameters",),"nexistepasMCFParmi"),))
-        # Deplace le MC
-        moveMotClefInOperToFact(jdc, command, "Algorithm", "AlgorithmParameters", plusieursFois=False)
-        # Renomme le MC
-        renameMotCleInFact(jdc, command, "AlgorithmParameters", "INPUT_TYPE", "Parameters")
-        # Renomme le MC
-        renameMotCle(jdc, command, "Study_name", "StudyName")
-        renameMotCle(jdc, command, "Study_repertory", "StudyRepertory")
-
-    # ==========================================================================
-    fsrc = jdc.getSource()
-    fsrc = re.sub( "FunctionDict", "ScriptWithSwitch", fsrc )
-    fsrc = re.sub( "FUNCTIONDICT_FILE", "SCRIPTWITHSWITCH_FILE", fsrc )
-    fsrc = re.sub( "#VERSION_CATALOGUE:.*:FIN VERSION_CATALOGUE", "#VERSION_CATALOGUE:%s:FIN VERSION_CATALOGUE"%version_out, fsrc)
-    fsrc = re.sub( "#CHECKSUM.*FIN CHECKSUM", "", fsrc )
-    #
-    log.ferme(hdlr)
-    if outfile is not None:
-        with open(outfile,'w',encoding='utf8') as f:
-            f.write( fsrc )
-    else:
-        return fsrc
-
-class MonTraducteur:
-    def __init__(self,texte):
-        self.__texte = str(texte)
-    def traduit(self):
-        return traduc(infile=None,outfile=None,texte=self.__texte,flog=None)
-
-def main():
-    parser = argparse.ArgumentParser(usage=usage)
-
-    parser.add_argument('-i','--infile', dest="infile",
-        help="Le fichier COMM en entree, a traduire")
-    parser.add_argument('-o','--outfile', dest="outfile", default='out.comm',
-        help="Le fichier COMM en sortie, traduit")
-
-    args = parser.parse_args()
-    if len(args.infile) == 0:
-        print("")
-        parser.print_help()
-        print("")
-        sys.exit(1)
-
-    traduc(args.infile,args.outfile)
-
-if __name__ == '__main__':
-    main()
diff --git a/src/daEficas/traduitADAOV7_6_0ToV8_3_0.py b/src/daEficas/traduitADAOV7_6_0ToV8_3_0.py
deleted file mode 100644 (file)
index 2651dc5..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (C) 2008-2017 EDF R&D
-#
-# This file is part of SALOME ADAO module
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library 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
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
-
-import argparse
-import sys
-import re
-
-import Traducteur.log as log
-from Traducteur.load         import getJDC, getJDCFromTexte
-from Traducteur.mocles       import parseKeywords
-from Traducteur.dictErreurs  import GenereErreurPourCommande
-from Traducteur.inseremocle  import *
-from Traducteur.movemocle    import *
-from Traducteur.renamemocle  import *
-
-version_out = "V8_3_0"
-
-usage="""Usage: python %(prog)s [options]
-
-Typical use is:
-  python %(prog)s --infile=xxxx.comm --outfile=yyyy.comm"""
-
-atraiter = (
-    )
-
-dict_erreurs = {
-    }
-
-sys.dict_erreurs=dict_erreurs
-
-def traduc(infile=None,outfile=None,texte=None,flog=None):
-    hdlr = log.initialise(flog)
-    if infile is not None:
-        jdc  = getJDC(infile,atraiter)
-    elif texte is not None:
-        jdc  = getJDCFromTexte(texte,atraiter)
-    else:
-        raise ValueError("Traduction du JDC impossible")
-    # ==========================================================================
-
-
-    # ==========================================================================
-    fsrc = jdc.getSource()
-    fsrc = re.sub( "#VERSION_CATALOGUE:.*:FIN VERSION_CATALOGUE", "#VERSION_CATALOGUE:%s:FIN VERSION_CATALOGUE"%version_out, fsrc)
-    fsrc = re.sub( "#CHECKSUM.*FIN CHECKSUM", "", fsrc )
-    #
-    log.ferme(hdlr)
-    if outfile is not None:
-        with open(outfile,'w',encoding='utf8') as f:
-            f.write( fsrc )
-    else:
-        return fsrc
-
-class MonTraducteur:
-    def __init__(self,texte):
-        self.__texte = str(texte)
-    def traduit(self):
-        return traduc(infile=None,outfile=None,texte=self.__texte,flog=None)
-
-def main():
-    parser = argparse.ArgumentParser(usage=usage)
-
-    parser.add_argument('-i','--infile', dest="infile",
-        help="Le fichier COMM en entree, a traduire")
-    parser.add_argument('-o','--outfile', dest="outfile", default='out.comm',
-        help="Le fichier COMM en sortie, traduit")
-
-    args = parser.parse_args()
-    if len(args.infile) == 0:
-        print("")
-        parser.print_help()
-        print("")
-        sys.exit(1)
-
-    traduc(args.infile,args.outfile)
-
-if __name__ == '__main__':
-    main()
diff --git a/src/daEficas/traduitADAOV7_7_0ToV8_3_0.py b/src/daEficas/traduitADAOV7_7_0ToV8_3_0.py
deleted file mode 100644 (file)
index 2651dc5..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (C) 2008-2017 EDF R&D
-#
-# This file is part of SALOME ADAO module
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library 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
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
-
-import argparse
-import sys
-import re
-
-import Traducteur.log as log
-from Traducteur.load         import getJDC, getJDCFromTexte
-from Traducteur.mocles       import parseKeywords
-from Traducteur.dictErreurs  import GenereErreurPourCommande
-from Traducteur.inseremocle  import *
-from Traducteur.movemocle    import *
-from Traducteur.renamemocle  import *
-
-version_out = "V8_3_0"
-
-usage="""Usage: python %(prog)s [options]
-
-Typical use is:
-  python %(prog)s --infile=xxxx.comm --outfile=yyyy.comm"""
-
-atraiter = (
-    )
-
-dict_erreurs = {
-    }
-
-sys.dict_erreurs=dict_erreurs
-
-def traduc(infile=None,outfile=None,texte=None,flog=None):
-    hdlr = log.initialise(flog)
-    if infile is not None:
-        jdc  = getJDC(infile,atraiter)
-    elif texte is not None:
-        jdc  = getJDCFromTexte(texte,atraiter)
-    else:
-        raise ValueError("Traduction du JDC impossible")
-    # ==========================================================================
-
-
-    # ==========================================================================
-    fsrc = jdc.getSource()
-    fsrc = re.sub( "#VERSION_CATALOGUE:.*:FIN VERSION_CATALOGUE", "#VERSION_CATALOGUE:%s:FIN VERSION_CATALOGUE"%version_out, fsrc)
-    fsrc = re.sub( "#CHECKSUM.*FIN CHECKSUM", "", fsrc )
-    #
-    log.ferme(hdlr)
-    if outfile is not None:
-        with open(outfile,'w',encoding='utf8') as f:
-            f.write( fsrc )
-    else:
-        return fsrc
-
-class MonTraducteur:
-    def __init__(self,texte):
-        self.__texte = str(texte)
-    def traduit(self):
-        return traduc(infile=None,outfile=None,texte=self.__texte,flog=None)
-
-def main():
-    parser = argparse.ArgumentParser(usage=usage)
-
-    parser.add_argument('-i','--infile', dest="infile",
-        help="Le fichier COMM en entree, a traduire")
-    parser.add_argument('-o','--outfile', dest="outfile", default='out.comm',
-        help="Le fichier COMM en sortie, traduit")
-
-    args = parser.parse_args()
-    if len(args.infile) == 0:
-        print("")
-        parser.print_help()
-        print("")
-        sys.exit(1)
-
-    traduc(args.infile,args.outfile)
-
-if __name__ == '__main__':
-    main()
diff --git a/src/daEficas/traduitADAOV7_8_0ToV8_3_0.py b/src/daEficas/traduitADAOV7_8_0ToV8_3_0.py
deleted file mode 100644 (file)
index 2651dc5..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (C) 2008-2017 EDF R&D
-#
-# This file is part of SALOME ADAO module
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library 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
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
-
-import argparse
-import sys
-import re
-
-import Traducteur.log as log
-from Traducteur.load         import getJDC, getJDCFromTexte
-from Traducteur.mocles       import parseKeywords
-from Traducteur.dictErreurs  import GenereErreurPourCommande
-from Traducteur.inseremocle  import *
-from Traducteur.movemocle    import *
-from Traducteur.renamemocle  import *
-
-version_out = "V8_3_0"
-
-usage="""Usage: python %(prog)s [options]
-
-Typical use is:
-  python %(prog)s --infile=xxxx.comm --outfile=yyyy.comm"""
-
-atraiter = (
-    )
-
-dict_erreurs = {
-    }
-
-sys.dict_erreurs=dict_erreurs
-
-def traduc(infile=None,outfile=None,texte=None,flog=None):
-    hdlr = log.initialise(flog)
-    if infile is not None:
-        jdc  = getJDC(infile,atraiter)
-    elif texte is not None:
-        jdc  = getJDCFromTexte(texte,atraiter)
-    else:
-        raise ValueError("Traduction du JDC impossible")
-    # ==========================================================================
-
-
-    # ==========================================================================
-    fsrc = jdc.getSource()
-    fsrc = re.sub( "#VERSION_CATALOGUE:.*:FIN VERSION_CATALOGUE", "#VERSION_CATALOGUE:%s:FIN VERSION_CATALOGUE"%version_out, fsrc)
-    fsrc = re.sub( "#CHECKSUM.*FIN CHECKSUM", "", fsrc )
-    #
-    log.ferme(hdlr)
-    if outfile is not None:
-        with open(outfile,'w',encoding='utf8') as f:
-            f.write( fsrc )
-    else:
-        return fsrc
-
-class MonTraducteur:
-    def __init__(self,texte):
-        self.__texte = str(texte)
-    def traduit(self):
-        return traduc(infile=None,outfile=None,texte=self.__texte,flog=None)
-
-def main():
-    parser = argparse.ArgumentParser(usage=usage)
-
-    parser.add_argument('-i','--infile', dest="infile",
-        help="Le fichier COMM en entree, a traduire")
-    parser.add_argument('-o','--outfile', dest="outfile", default='out.comm',
-        help="Le fichier COMM en sortie, traduit")
-
-    args = parser.parse_args()
-    if len(args.infile) == 0:
-        print("")
-        parser.print_help()
-        print("")
-        sys.exit(1)
-
-    traduc(args.infile,args.outfile)
-
-if __name__ == '__main__':
-    main()
diff --git a/src/daEficas/traduitADAOV8_1_0ToV8_3_0.py b/src/daEficas/traduitADAOV8_1_0ToV8_3_0.py
deleted file mode 100644 (file)
index 2651dc5..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (C) 2008-2017 EDF R&D
-#
-# This file is part of SALOME ADAO module
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library 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
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
-
-import argparse
-import sys
-import re
-
-import Traducteur.log as log
-from Traducteur.load         import getJDC, getJDCFromTexte
-from Traducteur.mocles       import parseKeywords
-from Traducteur.dictErreurs  import GenereErreurPourCommande
-from Traducteur.inseremocle  import *
-from Traducteur.movemocle    import *
-from Traducteur.renamemocle  import *
-
-version_out = "V8_3_0"
-
-usage="""Usage: python %(prog)s [options]
-
-Typical use is:
-  python %(prog)s --infile=xxxx.comm --outfile=yyyy.comm"""
-
-atraiter = (
-    )
-
-dict_erreurs = {
-    }
-
-sys.dict_erreurs=dict_erreurs
-
-def traduc(infile=None,outfile=None,texte=None,flog=None):
-    hdlr = log.initialise(flog)
-    if infile is not None:
-        jdc  = getJDC(infile,atraiter)
-    elif texte is not None:
-        jdc  = getJDCFromTexte(texte,atraiter)
-    else:
-        raise ValueError("Traduction du JDC impossible")
-    # ==========================================================================
-
-
-    # ==========================================================================
-    fsrc = jdc.getSource()
-    fsrc = re.sub( "#VERSION_CATALOGUE:.*:FIN VERSION_CATALOGUE", "#VERSION_CATALOGUE:%s:FIN VERSION_CATALOGUE"%version_out, fsrc)
-    fsrc = re.sub( "#CHECKSUM.*FIN CHECKSUM", "", fsrc )
-    #
-    log.ferme(hdlr)
-    if outfile is not None:
-        with open(outfile,'w',encoding='utf8') as f:
-            f.write( fsrc )
-    else:
-        return fsrc
-
-class MonTraducteur:
-    def __init__(self,texte):
-        self.__texte = str(texte)
-    def traduit(self):
-        return traduc(infile=None,outfile=None,texte=self.__texte,flog=None)
-
-def main():
-    parser = argparse.ArgumentParser(usage=usage)
-
-    parser.add_argument('-i','--infile', dest="infile",
-        help="Le fichier COMM en entree, a traduire")
-    parser.add_argument('-o','--outfile', dest="outfile", default='out.comm',
-        help="Le fichier COMM en sortie, traduit")
-
-    args = parser.parse_args()
-    if len(args.infile) == 0:
-        print("")
-        parser.print_help()
-        print("")
-        sys.exit(1)
-
-    traduc(args.infile,args.outfile)
-
-if __name__ == '__main__':
-    main()
diff --git a/src/daEficas/traduitADAOV8_2_0ToV8_3_0.py b/src/daEficas/traduitADAOV8_2_0ToV8_3_0.py
deleted file mode 100644 (file)
index 794da43..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (C) 2008-2017 EDF R&D
-#
-# This file is part of SALOME ADAO module
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library 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
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
-
-import argparse
-import sys
-import re
-
-import Traducteur.log as log
-from Traducteur.load         import getJDC, getJDCFromTexte
-from Traducteur.mocles       import parseKeywords
-from Traducteur.dictErreurs  import GenereErreurPourCommande
-from Traducteur.inseremocle  import *
-from Traducteur.movemocle    import *
-from Traducteur.renamemocle  import *
-
-version_out = "V8_3_0"
-
-usage="""Usage: python %(prog)s [args]
-
-Typical use is:
-  python %(prog)s --infile=xxxx.comm --outfile=yyyy.comm"""
-
-atraiter = (
-    )
-
-dict_erreurs = {
-    }
-
-sys.dict_erreurs=dict_erreurs
-
-def traduc(infile=None,outfile=None,texte=None,flog=None):
-    hdlr = log.initialise(flog)
-    if infile is not None:
-        jdc  = getJDC(infile,atraiter)
-    elif texte is not None:
-        jdc  = getJDCFromTexte(texte,atraiter)
-    else:
-        raise ValueError("Traduction du JDC impossible")
-    # ==========================================================================
-
-
-    # ==========================================================================
-    fsrc = jdc.getSource()
-    fsrc = re.sub( "#VERSION_CATALOGUE:.*:FIN VERSION_CATALOGUE", "#VERSION_CATALOGUE:%s:FIN VERSION_CATALOGUE"%version_out, fsrc)
-    fsrc = re.sub( "#CHECKSUM.*FIN CHECKSUM", "", fsrc )
-    #
-    log.ferme(hdlr)
-    if outfile is not None:
-        with open(outfile,'w',encoding='utf8') as f:
-            f.write( fsrc )
-    else:
-        return fsrc
-
-class MonTraducteur:
-    def __init__(self,texte):
-        self.__texte = str(texte)
-    def traduit(self):
-        return traduc(infile=None,outfile=None,texte=self.__texte,flog=None)
-
-def main():
-    parser = argparse.ArgumentParser(usage=usage)
-
-    parser.add_argument('-i','--infile', dest="infile",
-        help="Le fichier COMM en entree, a traduire")
-    parser.add_argument('-o','--outfile', dest="outfile", default='out.comm',
-        help="Le fichier COMM en sortie, traduit")
-
-    args = parser.parse_args()
-    if len(args.infile) == 0:
-        print("")
-        parser.print_help()
-        print("")
-        sys.exit(1)
-
-    traduc(args.infile,args.outfile)
-
-if __name__ == '__main__':
-    main()
diff --git a/src/daEficas/traduitADAOsansToV8_3_0.py b/src/daEficas/traduitADAOsansToV8_3_0.py
deleted file mode 100644 (file)
index 9989676..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
-#-*- coding: utf-8 -*-
-#
-# Copyright (C) 2008-2017 EDF R&D
-#
-# This file is part of SALOME ADAO module
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library 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
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
-
-import argparse
-import sys
-import re
-
-import Traducteur.log as log
-from Traducteur.load         import getJDC, getJDCFromTexte
-from Traducteur.mocles       import parseKeywords
-from Traducteur.dictErreurs  import GenereErreurPourCommande
-from Traducteur.inseremocle  import *
-from Traducteur.movemocle    import *
-from Traducteur.renamemocle  import *
-
-version_out = "V8_3_0"
-
-usage="""Usage: python %(prog)s [args]
-
-Typical use is:
-  python %(prog)s --infile=xxxx.comm --outfile=yyyy.comm"""
-
-atraiter = (
-    "ASSIMILATION_STUDY",
-    "CHECKING_STUDY",
-    )
-
-dict_erreurs = {
-    "ASSIMILATION_STUDY":"Changements dans l'arbre et dans les noms",
-    "CHECKING_STUDY":"Changements dans l'arbre et dans les noms",
-    }
-
-sys.dict_erreurs=dict_erreurs
-
-def traduc(infile=None,outfile=None,texte=None,flog=None):
-    hdlr = log.initialise(flog)
-    if infile is not None:
-        jdc  = getJDC(infile,atraiter)
-    elif texte is not None:
-        jdc  = getJDCFromTexte(texte,atraiter)
-    else:
-        raise ValueError("Traduction du JDC impossible")
-
-    #Parse les mocles des commandes
-    parseKeywords(jdc.root)
-    GenereErreurPourCommande(jdc,('Algorithm','AlgorithmParameters','FunctionDict'))
-    # ==========================================================================
-
-    for command in atraiter:
-        # Insere le MC s'il n'existe pas
-        chercheOperInsereFacteurSiRegle(jdc, command, "AlgorithmParameters",((("AlgorithmParameters",),"nexistepasMCFParmi"),))
-        # Deplace le MC
-        moveMotClefInOperToFact(jdc, command, "Algorithm", "AlgorithmParameters", plusieursFois=False)
-        # Renomme le MC
-        renameMotCleInFact(jdc, command, "AlgorithmParameters", "INPUT_TYPE", "Parameters")
-        # Renomme le MC
-        renameMotCle(jdc, command, "Study_name", "StudyName")
-        renameMotCle(jdc, command, "Study_repertory", "StudyRepertory")
-
-    # ==========================================================================
-    fsrc = jdc.getSource()
-    fsrc = re.sub( "FunctionDict", "ScriptWithSwitch", fsrc )
-    fsrc = re.sub( "FUNCTIONDICT_FILE", "SCRIPTWITHSWITCH_FILE", fsrc )
-    fsrc = re.sub( "#VERSION_CATALOGUE:.*:FIN VERSION_CATALOGUE", "#VERSION_CATALOGUE:%s:FIN VERSION_CATALOGUE"%version_out, fsrc)
-    fsrc = re.sub( "#CHECKSUM.*FIN CHECKSUM", "", fsrc )
-    #
-    log.ferme(hdlr)
-    if outfile is not None:
-        with open(outfile,'w',encoding='utf8') as f:
-            f.write( fsrc )
-    else:
-        return fsrc
-
-class MonTraducteur:
-    def __init__(self,texte):
-        self.__texte = str(texte)
-    def traduit(self):
-        return traduc(infile=None,outfile=None,texte=self.__texte,flog=None)
-
-def main():
-    parser = argparse.ArgumentParser(usage=usage)
-
-    parser.add_argument('-i','--infile', dest="infile",
-        help="Le fichier COMM en entree, a traduire")
-    parser.add_argument('-o','--outfile', dest="outfile", default='out.comm',
-        help="Le fichier COMM en sortie, traduit")
-
-    args = parser.parse_args()
-    if len(args.infile) == 0:
-        print("")
-        parser.print_help()
-        print("")
-        sys.exit(1)
-
-    traduc(args.infile,args.outfile)
-
-if __name__ == '__main__':
-    main()
index 8003fae62bb96595ea5dfa03c570f33c5133322c..cdf1e45fea55f8632e4af2293158046d9483524f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 4cc6e136153b6d58e1f21976afc9e8d4b8924e87..e2ad3c763ead5382f78ec4c07e62fb1ee6e3f4a5 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 812de3232355535ac692d5c60a071262e9babc36..093e7eb4a625fb1258b2beb0c5c0b436b0300b70 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 780dcbe857590f10bbe9070bc0a08166afcdfe5c..4a591c88eb4a58b518e2236abe36c0fe66a412d0 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 5371854089fb9887f2eec7480302b5b5a89f47e8..bf957bf00fc7f57c94c2da86521df0b7afa2c22f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index db1c7fc655eb0ccd59d00362732e14877cccf4c8..4145dc1659c08d3f197779b9aead86fec6f085af 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 26fc3933f6b4a6c4c030255c15b0519ff37f1d45..2c6ce491b0f88506beaaacbd551c07eefccaf0ef 100644 (file)
@@ -1,5 +1,5 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 7e37a7485c35324c843d9afdce2127440e5e6d23..19a498cf97c4fc8374267b8dbe433c0881dbbd05 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 1cd951a8c7262bdd2aba089c3eb92d9c46bdef13..141f1a96a2ac275ee77f1ee6121d0de4b90911f2 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index ff9651e20847676209c928c5907a1809217b3d51..51d13fdc6a8d8b8ceb66e05afbfaade2ee84b150 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 26fc3933f6b4a6c4c030255c15b0519ff37f1d45..2c6ce491b0f88506beaaacbd551c07eefccaf0ef 100644 (file)
@@ -1,5 +1,5 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index f69ee77c20900641712ee96391a24280dc5730f0..d1d31ad65467d45c85dbc59be6538fe6333ccc30 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 76ff31f8f0f7e849703715ba652bd9b318bc41f4..81f967690622715a25e72f3af1fb9bbcf56c7248 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index ebebae392997023f45328514c835895622abc6a9..2ca98519852b7e3b23b5b33dac9eb5e660034b09 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 70bb9319dbc0f1fc7ca06a4d1caae9d64f7ad74d..07c18de0e399eb02ef660b3991b55267c1f74b83 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
@@ -41,7 +41,7 @@ ADAO_ITEM_TYPES = Enumerate([
 # ==============================================================================
 # Function dedicated to the data management in the salome study
 # ==============================================================================
-# 
+#
 # For developpers, note that the data structures used here are:
 # - the SALOME study whose API is defined by SALOMEDS::Study
 # - an item in a study whose API is defined by SALOMEDS:SObject
index 4607ba8493d54e09b7da40d6f1b65d8ebb7c7a39..4f5e33121a3ccc9fd5618f4ada344b5c382523ba 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 26fc3933f6b4a6c4c030255c15b0519ff37f1d45..2c6ce491b0f88506beaaacbd551c07eefccaf0ef 100644 (file)
@@ -1,5 +1,5 @@
 #-*- coding: utf-8 -*-
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 727a219de927e2e4a272bb0c57272176fed575f7..498c5e81f65845b5ba82cf418e94cd083b285850 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 55b3c5c682a99b9af4032accf8667cba912b59de..a55176de111e4dfe2dc07186c95e93577db7d253 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index f7edf630b39e3c002a17def8c8bf9ea6b4900bc3..da9feb3973216491e3ee0417b1fc80e707f3efe0 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index fb352be59a71446029edabcdbd2a57500373fb5f..ac803205a752ee9b604bb68e8ab94cf0ce5d7886 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:utf-8-*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 1f74770efd40cc63b89911c0bec849222c46fc7e..8993a988b563d2531f05dc8b0697dae444f5c1ee 100644 (file)
@@ -1,6 +1,6 @@
 #-*-coding:utf-8-*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index f899048064ddb7e24bae8cc255a4a62aa5a0f24d..b5f6d216fb6100fa51ebc133a9bb1272535c3435 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 74c02fc1548001573db28a4a332632011d069f56..9f7ca5fd255702695fd192f01171eada03c917eb 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index b72158cedbf616725d8ea4e921c85040e1d99d1f..a9a0c0913a1ee2355cfa217d2132cdb7540276ad 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 1e7970721916f5175530dd5041ee6bfe98e89965..c21aa42063e8238c196dd1cde78796dfdc1963f2 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #
index 3ca729601f4296c80287a6f945c4e325c8877c91..b937bae7fbb51cf2200baffc7b745d2a38195fa4 100644 (file)
@@ -1,6 +1,6 @@
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2017 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This file is part of SALOME ADAO module
 #