From: cas Date: Thu, 19 Jul 2001 18:20:25 +0000 (+0000) Subject: No comments X-Git-Tag: V6_7_1~139 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=fa107eb9a1ee643f5da78676d5a21f5cf259ccba;p=occt-wok.git No comments --- diff --git a/src/WOKUtils/WOKUtils_Param.cxx b/src/WOKUtils/WOKUtils_Param.cxx index ee3ca42..8635255 100755 --- a/src/WOKUtils/WOKUtils_Param.cxx +++ b/src/WOKUtils/WOKUtils_Param.cxx @@ -474,6 +474,8 @@ Standard_Boolean WOKUtils_Param::LoadFile(const Handle(TCollection_HAsciiString) << "Function not found while loading file : " << afile << endm; break; case EDL_FILEOPENED: + if(filemaynotexist) return Standard_True; + break; case EDL_FILENOTOPENED: if(filemaynotexist) return Standard_True; ErrorMsg << "WOKUtils_Param::LoadParamClass"