MPV: do not check the studyID with Checked Out study: for now check in may be performed on empty (not checked out) study

This commit is contained in:
mpv 2013-03-19 10:15:56 +00:00
parent 6e7e3b65cd
commit 61696c3ba9

View File

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