From: vsr Date: Thu, 14 Feb 2013 13:59:44 +0000 (+0000) Subject: Merge from BR_siman_phase1 14/02/2013 X-Git-Tag: Delivery_V1_0_2013_07_12~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6e7e3b65cd336476997cffd9d1aa952c5d30abb1;p=modules%2Fsmesh.git Merge from BR_siman_phase1 14/02/2013 --- diff --git a/src/SMESH_I/SMESH_Gen_i.cxx b/src/SMESH_I/SMESH_Gen_i.cxx index e90145592..27b949aef 100644 --- a/src/SMESH_I/SMESH_Gen_i.cxx +++ b/src/SMESH_I/SMESH_Gen_i.cxx @@ -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(); }