Salome HOME
Optimization of GetShapesOn<xxx> functionality
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_Tools.cdl
index 7b50b0c3969cb8ba3505a7f27ec814670fee556a..922d14a14abb769e8dbb151c1ce83af232af1fa0 100644 (file)
@@ -19,7 +19,7 @@ uses
     ListOfShape from TopTools,  
     IndexedDataMapOfShapeListOfShape from TopTools,
     Context from IntTools, 
-    IndexedDataMapOfPassKeyListOfShape from GEOMAlgo 
+    IndexedDataMapOfPassKeyShapeListOfShape from GEOMAlgo 
     
 --raises
 
@@ -29,7 +29,7 @@ is
        returns Boolean from Standard;    
 
     RefineSDShapes(myclass; 
-           aMSD:out IndexedDataMapOfPassKeyListOfShape from GEOMAlgo; 
+           aMSD:out IndexedDataMapOfPassKeyShapeListOfShape from GEOMAlgo; 
            aTol:Real from Standard; 
            aCtx:out Context from IntTools) 
        returns Integer from Standard;