X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FMG_ADAPT.idl;h=8cad0d628e858836adeacfa5fa1436d6a42b9165;hb=8196d751b1e8edaa53acca65c062e5b897ca69a0;hp=8f9311e75c88828c2d2f961e26b99325ec5bb0ed;hpb=6e11711875a44f73be05523f67828d6491ff6c18;p=modules%2Fsmesh.git diff --git a/idl/MG_ADAPT.idl b/idl/MG_ADAPT.idl index 8f9311e75..8cad0d628 100644 --- a/idl/MG_ADAPT.idl +++ b/idl/MG_ADAPT.idl @@ -124,7 +124,9 @@ module SMESH{ boolean setAll(); string getCommandToRun() ; - long compute(out string errStr); + //long compute(out string errStr); + long compute(); + string getErrMsg(); string getFileName() ; string getExeName(); void copyMgAdaptHypothesisData(in MgAdaptHypothesisData f ) ;