0023512: Incorrect triangulation on revolution shape
[occt.git] / tests / bugs / modalg_2 / bug22818_3
index 596714c..29d5716 100755 (executable)
@@ -33,15 +33,5 @@ vzfit
 # relative tolerance (%)
 set rel_tol 1
 set area_eps 0
-#
-puts "\nChecking triangulation area (triarea command)..."
-set rel_err [expr abs([CheckTriArea result $area_eps])]
-if { $rel_err > $rel_tol } {
-   puts "Error   : area by triangles differs from the actual area by $rel_err %"
-} else {
-   if { $rel_tol > 1 && $rel_tol < 100 } {
-      puts "Error: Improvement: The current area difference is $rel_err instead of $rel_tol"
-   }
-}
 
 set only_screen 1