mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-22 18:00: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
|
else
|
||||||
aEndParamPos = aSection.Length() + 1;
|
aEndParamPos = aSection.Length() + 1;
|
||||||
|
|
||||||
|
if(MYDEBUG)
|
||||||
|
cout<<"aParamIndex: "<<aParamIndex<<" aStartParamPos: " <<aStartParamPos<<" aEndParamPos: "<<aEndParamPos<<endl;
|
||||||
|
|
||||||
|
if ( aStartParamPos == aEndParamPos)
|
||||||
|
continue;
|
||||||
|
|
||||||
aParameter = aSection.SubString(aStartParamPos, aEndParamPos-1);
|
aParameter = aSection.SubString(aStartParamPos, aEndParamPos-1);
|
||||||
if(MYDEBUG)
|
if(MYDEBUG)
|
||||||
cout<<"aParameter: "<<aParameter<<endl;
|
cout<<"aParameter: "<<aParameter<<endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user