]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
23035: EDF 10591 BLSURFPLUGIN: A dump python script is not valid when reloaded after... V7_6_0b1
authoreap <eap@opencascade.com>
Wed, 8 Apr 2015 11:21:28 +0000 (14:21 +0300)
committereap <eap@opencascade.com>
Wed, 8 Apr 2015 11:21:28 +0000 (14:21 +0300)
src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.cxx

index ddab6b55ed477a4109ccd18680402e1d623fa388..b929b591a76e8e53adc2c8807124838c8c6e497b 100644 (file)
@@ -996,8 +996,8 @@ void BLSURFPlugin_Hypothesis_i::SetClassAttractorEntry(const char* entry, const
   }
   MESSAGE("ENGINE : SETATTRACTOR END ENTRY : " << entry);
   //if ( valueChanged )
-  SMESH::TPythonDump() << _this() << ".SetAttractorGeom( '"
-                       << entry << "', '" << att_entry << "', "<<StartSize<<", "<<EndSize<<", "<<ActionRadius<<", "<<ConstantRadius<<" )";
+  SMESH::TPythonDump() << _this() << ".SetAttractorGeom( "
+                       << entry << ", " << att_entry << ", "<<StartSize<<", "<<EndSize<<", "<<ActionRadius<<", "<<ConstantRadius<<" )";
 }
 
 //=============================================================================