Salome HOME
Merge from BR_siman_phase1 14/02/2013
authorvsr <vsr@opencascade.com>
Thu, 14 Feb 2013 13:59:44 +0000 (13:59 +0000)
committervsr <vsr@opencascade.com>
Thu, 14 Feb 2013 13:59:44 +0000 (13:59 +0000)
src/SMESH_I/SMESH_Gen_i.cxx

index e901455925c92869c121275528aa043c4b94720e..27b949aef8d4f4cc1fc63dbd9a1a042fb45b7e77 100644 (file)
@@ -5056,7 +5056,7 @@ Engines::ListOfData* SMESH_Gen_i::getModifiedData(CORBA::Long studyId)
 {
   Engines::ListOfData_var aResult = new Engines::ListOfData;
   
-  if (myImportStudyId == 0 || !myImportedStudyChanged) {
+  if (myImportedStudyId == 0 || !myImportedStudyChanged) {
     MESSAGE("Study is not changed")
     return aResult._retn();
   }