]> OCCT Git - occt-copy.git/commitdiff
Fix to eliminate the warning. CR25477-671
authoremv <emv@opencascade.com>
Fri, 21 Nov 2014 13:35:25 +0000 (16:35 +0300)
committeremv <emv@opencascade.com>
Fri, 21 Nov 2014 14:09:03 +0000 (17:09 +0300)
src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cdl

index bc596b6a9b100c6a7644bef55b9f00398824575d..cbd7a80c061678c5bcc35be3e6278a7ad3df430f 100644 (file)
@@ -172,10 +172,12 @@ is
     ---C++: inline
     ---Purpose: Returns the additional tolerance 
 
-    UpdateTolerances(me:out); 
+    UpdateTolerances(me:out)
+    is protected;
     ---Purpose: Updates the shapes tolerance values.
      
-    SetDefaultTolerances(me:out);
+    SetDefaultTolerances(me:out)
+    is protected;
     ---Purpose: Reverts the tolerance values for all entities to default values.
 
 fields
@@ -194,7 +196,7 @@ fields
     myContinuityMode   : Boolean   from Standard;
     myEmpty1,myEmpty2  : Boolean   from Standard; 
     myResult      : ListOfCheckResult from BOPAlgo; 
-    myFuzzyValue       : Real from Standard is protected;    
+    myFuzzyValue       : Real      from Standard;
     myToleranceMap     : DataMapOfShapeReal from BOPCol; 
 
 end ArgumentAnalyzer;