mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 02:30:33 +05:00
untabify
This commit is contained in:
parent
eb3f817bc6
commit
221416d251
@ -283,7 +283,7 @@ static SALOMEDS::SObject_ptr publish(SALOMEDS::Study_ptr theStudy,
|
|||||||
last2Pnt_pos = anEntry.rfind( ":" );
|
last2Pnt_pos = anEntry.rfind( ":" );
|
||||||
tagAfter = atoi( anEntry.substr( last2Pnt_pos+1 ).c_str() );
|
tagAfter = atoi( anEntry.substr( last2Pnt_pos+1 ).c_str() );
|
||||||
if ( tagAfter > theTag ) {
|
if ( tagAfter > theTag ) {
|
||||||
objAfter = curObj;
|
objAfter = curObj;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user