[cgma-dev] r5163 - cgm/trunk/test
    jiangtao_ma at yahoo.com 
    jiangtao_ma at yahoo.com
       
    Thu Sep 15 11:51:34 CDT 2011
    
    
  
Author: janehu
Date: 2011-09-15 11:51:34 -0500 (Thu, 15 Sep 2011)
New Revision: 5163
Modified:
   cgm/trunk/test/modify.cpp
Log:
Updated for occ6.3 and occ6.5 discrepancy.
Modified: cgm/trunk/test/modify.cpp
===================================================================
--- cgm/trunk/test/modify.cpp	2011-09-15 16:49:01 UTC (rev 5162)
+++ cgm/trunk/test/modify.cpp	2011-09-15 16:51:34 UTC (rev 5163)
@@ -494,7 +494,7 @@
   CubitVector factors(1,1,0.5);
   gmti->scale(test_body, factors);  
   d = test_body->measure();
-  assert( d > 2475.4 && d < 2475.44);
+  assert( d > 2475 && d < 2475.5);
  
   //test for planar_sheet making
   CubitVector p1(0, 0, 0);
    
    
More information about the cgma-dev
mailing list