Merge from BR_siman_phase1 14/02/2013

This commit is contained in:
vsr 2013-02-14 13:59:44 +00:00
parent e8d1454575
commit 6e7e3b65cd

View File

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