mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-22 15:50:34 +05:00
0021368: EDF GEOM: From Salome forum, dump study leads to unknown exception
This commit is contained in:
parent
76e1dd5e4d
commit
ccfc342b55
@ -1258,6 +1258,12 @@ void ReplaceVariables(TCollection_AsciiString& theCommand,
|
||||
else
|
||||
aEndParamPos = aSection.Length() + 1;
|
||||
|
||||
if(MYDEBUG)
|
||||
cout<<"aParamIndex: "<<aParamIndex<<" aStartParamPos: " <<aStartParamPos<<" aEndParamPos: "<<aEndParamPos<<endl;
|
||||
|
||||
if ( aStartParamPos == aEndParamPos)
|
||||
continue;
|
||||
|
||||
aParameter = aSection.SubString(aStartParamPos, aEndParamPos-1);
|
||||
if(MYDEBUG)
|
||||
cout<<"aParameter: "<<aParameter<<endl;
|
||||
|
Loading…
Reference in New Issue
Block a user