]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
PAL19680 Meshers: BLSURF, GHS3D and holed shapes
authoreap <eap@opencascade.com>
Tue, 6 May 2008 10:12:47 +0000 (10:12 +0000)
committereap <eap@opencascade.com>
Tue, 6 May 2008 10:12:47 +0000 (10:12 +0000)
+#ifdef _DEBUG_
+        cout << "blsurf_set_param(): " << opIt->first << " = " << opIt->second << endl;
+#endif

src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx

index 345eb6a9e54a11330b73b0788f8ad81912b608a6..a35f3c4726d51e7cf2f21014d609b6c55f19c8ae 100644 (file)
@@ -204,8 +204,12 @@ void BLSURFPlugin_BLSURF::SetParameters(const BLSURFPlugin_Hypothesis* hyp, blsu
     const BLSURFPlugin_Hypothesis::TOptionValues & opts = hyp->GetOptionValues();
     BLSURFPlugin_Hypothesis::TOptionValues::const_iterator opIt;
     for ( opIt = opts.begin(); opIt != opts.end(); ++opIt )
-      if ( !opIt->second.empty() )
+      if ( !opIt->second.empty() ) {
+#ifdef _DEBUG_
+        cout << "blsurf_set_param(): " << opIt->first << " = " << opIt->second << endl;
+#endif
         blsurf_set_param(bls, opIt->first.c_str(), opIt->second.c_str());
+      }
 
   } else {
     MESSAGE("BLSURFPlugin_BLSURF::SetParameters using defaults");