Salome HOME
Implement 'make dist' and 'make distcheck' steps support
[modules/geom.git] / src / GEOM_I_Superv / GEOM_Superv_i.cc
index 6f46ba2eaff8b58931d335a4528dbd8aeef8462e..97d7f17af36133b208b8f981c2dfa4a1f7c0abca 100644 (file)
@@ -787,17 +787,17 @@ GEOM::GEOM_Object_ptr GEOM_Superv_i::MakeFaceHW (CORBA::Double theH,
 }
 
 //=============================================================================
-//  MakeFaceVecHW:
+//  MakeFaceObjHW:
 //=============================================================================
-GEOM::GEOM_Object_ptr GEOM_Superv_i::MakeFaceVecHW (GEOM::GEOM_Object_ptr theVec
+GEOM::GEOM_Object_ptr GEOM_Superv_i::MakeFaceObjHW (GEOM::GEOM_Object_ptr theObj
                                                    CORBA::Double theH,
                                                    CORBA::Double theW)
 {
-  beginService( " GEOM_Superv_i::MakeFaceVecHW" );
-  MESSAGE("GEOM_Superv_i::MakeFaceVecHW");
+  beginService( " GEOM_Superv_i::MakeFaceObjHW" );
+  MESSAGE("GEOM_Superv_i::MakeFaceObjHW");
   get3DPrimOp();
-  GEOM::GEOM_Object_ptr anObj = my3DPrimOp->MakeFaceVecHW(theVec, theH, theW);
-  endService( " GEOM_Superv_i::MakeFaceVecHW" );
+  GEOM::GEOM_Object_ptr anObj = my3DPrimOp->MakeFaceObjHW(theObj, theH, theW);
+  endService( " GEOM_Superv_i::MakeFaceObjHW" );
   return anObj;
 }