This commit is contained in:
eap 2013-08-07 11:11:09 +00:00
parent eb3f817bc6
commit 221416d251

View File

@ -283,7 +283,7 @@ static SALOMEDS::SObject_ptr publish(SALOMEDS::Study_ptr theStudy,
last2Pnt_pos = anEntry.rfind( ":" );
tagAfter = atoi( anEntry.substr( last2Pnt_pos+1 ).c_str() );
if ( tagAfter > theTag ) {
objAfter = curObj;
objAfter = curObj;
break;
}
}