From: Konstantin LEONTEV Date: Tue, 15 Nov 2022 06:10:46 +0000 (+0300) Subject: [bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environm... X-Git-Tag: V9_10_0b1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f95d3478e2c0a8417a88bb93abea835068090e68;p=plugins%2Fblsurfplugin.git [bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environment variable --- diff --git a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx index 6c7f12b..10de179 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx @@ -1312,7 +1312,7 @@ void BLSURFPlugin_BLSURF::SetParameters(const BLSURFPlugin_Hypothesis* hyp, ++theNbAttractors; } else{ - MESSAGE("Wrong shape type !!") + MESSAGE("Wrong shape type !!"); } }