]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
MEDCoupling python module is expected to be replaced by medcoupling python module SHAPER_V9_1_0RC1
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 29 Aug 2018 14:32:07 +0000 (16:32 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 29 Aug 2018 14:32:07 +0000 (16:32 +0200)
src/MEDCoupling_Swig/MEDCoupling.i

index 17dc3516f4d4fa59d2aceed7bd5165fe79eea5e2..6f84bb74cbcf1ddd4d77098a2128b4345ef17b61 100644 (file)
@@ -118,3 +118,13 @@ def MEDCouplingDenseMatrixIsub(self,*args):
 %}
 
 %include "MEDCouplingFinalize.i"
+
+%pythoncode %{
+print("""**************************************************************************************************
+"MEDCoupling" python module as been replaced by "medcoupling" for Salome9.
+
+"MEDCoupling" python module is still here for backwards compatibility reason but it is deprecated.
+
+Please replace "MEDCoupling" by "medcoupling" in you import line right now to remove this message.
+**************************************************************************************************""")
+%}