From fa107eb9a1ee643f5da78676d5a21f5cf259ccba Mon Sep 17 00:00:00 2001 From: cas Date: Thu, 19 Jul 2001 18:20:25 +0000 Subject: [PATCH] No comments --- src/WOKUtils/WOKUtils_Param.cxx | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5