mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 11:50:32 +05:00
Merge from BR_siman_phase1 14/02/2013
This commit is contained in:
parent
e8d1454575
commit
6e7e3b65cd
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user