From d5683712bec7eb0539bce91c1892a4dbb44fdd74 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 14 May 2014 14:53:24 +0400 Subject: [PATCH] Add a warning message that smesh.py module works correctly only in 1st study --- src/SMESH_SWIG/smesh.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/SMESH_SWIG/smesh.py b/src/SMESH_SWIG/smesh.py index d5ba24ac3..42f763228 100644 --- a/src/SMESH_SWIG/smesh.py +++ b/src/SMESH_SWIG/smesh.py @@ -114,5 +114,9 @@ algo=smesh.xxxx ==> algo=smeshBuilder.xxxx See also SMESH User's Guide for more details +WARNING: +The smesh.py module works correctly only in the first created study. +It does not work in the second, third, etc studies! + =============================================================================== """ -- 2.39.2