1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0031647: Samples - do not enable floating point exceptions in MFC samples

This commit is contained in:
kgv 2020-07-02 15:40:29 +03:00 committed by bugmaster
parent bea1065693
commit 6bd5d0a26d

View File

@ -35,7 +35,7 @@ END_MESSAGE_MAP()
BOOL OCC_App::InitApplication() BOOL OCC_App::InitApplication()
{ {
OSD::SetSignal (Standard_True); OSD::SetSignal (false);
SampleName = ""; SampleName = "";
SetSamplePath (NULL); SetSamplePath (NULL);
try try