[cgma-dev] r6118 - cgm/trunk/geom/OCC
janehu at mcs.anl.gov
janehu at mcs.anl.gov
Mon Feb 3 15:27:14 CST 2014
Author: janehu
Date: 2014-02-03 15:27:14 -0600 (Mon, 03 Feb 2014)
New Revision: 6118
Modified:
cgm/trunk/geom/OCC/occ_patches_6.6.0
Log:
Added an empty line to allow good interpreting for different files.
Modified: cgm/trunk/geom/OCC/occ_patches_6.6.0
===================================================================
--- cgm/trunk/geom/OCC/occ_patches_6.6.0 2014-02-03 20:04:30 UTC (rev 6117)
+++ cgm/trunk/geom/OCC/occ_patches_6.6.0 2014-02-03 21:27:14 UTC (rev 6118)
@@ -67,6 +67,7 @@
+ if(V2 > -Tol && V2 < 0.){ V2 = 0.;}
if (V1 < 0.) { V1 += 2. * M_PI; }
if (V2 < 0.) { V2 += 2. * M_PI; }
+
--- a/src/Extrema/Extrema_ExtPS.cxx 2013-04-03 11:08:44.000000000 -0500
+++ b/src/Extrema/Extrema_ExtPS.cxx 2013-04-03 11:26:58.000000000 -0500
@@ -114,10 +114,18 @@
More information about the cgma-dev
mailing list