Salome HOME
0021197: EDF 1772 SMESH: Automatic meshing hypothesis
[modules/smesh.git] / src / SMESH_I / SMESH_Measurements_i.cxx
index 1397a4c39332ee5f841b367a64f06039b727447d..4afdf34f3662363c9ab7c04a5d785db12707f8d9 100644 (file)
@@ -89,12 +89,12 @@ Measurements_i::Measurements_i()
 //=======================================================================
 Measurements_i::~Measurements_i()
 {
-  //TPythonDump()<<this<<".Destroy()";
+  //TPythonDump()<<this<<".UnRegister()";
 }
 
 static bool getNodeNodeDistance (SMESH::Measure& theMeasure,
-                                const SMDS_MeshNode* theNode1,
-                                const SMDS_MeshNode* theNode2 = 0)
+                                 const SMDS_MeshNode* theNode1,
+                                 const SMDS_MeshNode* theNode2 = 0)
 {
   double dist = 0., dd = 0.;