Salome HOME
dynamic_log_messages: Fixed compilation errors because of forgotten semicolons after... kleontev/dynamic_log_messages
authorKonstantin LEONTEV <kleontev@ubuntu2004-01.nnov.opencascade.com>
Tue, 11 Oct 2022 13:16:21 +0000 (16:16 +0300)
committerKonstantin LEONTEV <kleontev@ubuntu2004-01.nnov.opencascade.com>
Tue, 11 Oct 2022 13:16:21 +0000 (16:16 +0300)
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx

index 6c7f12bf505905080f511a27520bd74cf0778900..10de17993796e6f0bdc22f67a4a31c0d2bc5e3b9 100644 (file)
@@ -1312,7 +1312,7 @@ void BLSURFPlugin_BLSURF::SetParameters(const BLSURFPlugin_Hypothesis* hyp,
             ++theNbAttractors;
         }
         else{
-          MESSAGE("Wrong shape type !!")
+          MESSAGE("Wrong shape type !!");
         }
 
       }