[cgma-dev] r4800 - cgm/trunk/geom/OCC

jiangtao_ma at yahoo.com jiangtao_ma at yahoo.com
Thu May 5 11:59:53 CDT 2011


Author: janehu
Date: 2011-05-05 11:59:52 -0500 (Thu, 05 May 2011)
New Revision: 4800

Modified:
   cgm/trunk/geom/OCC/occ_patches_6.3
   cgm/trunk/geom/OCC/occ_patches_6.5
Log:
to match with wiki instruction of applying patch OCC code. Where cd into OCC/ros dir and do path -p0

Modified: cgm/trunk/geom/OCC/occ_patches_6.3
===================================================================
--- cgm/trunk/geom/OCC/occ_patches_6.3	2011-05-05 07:28:09 UTC (rev 4799)
+++ cgm/trunk/geom/OCC/occ_patches_6.3	2011-05-05 16:59:52 UTC (rev 4800)
@@ -1,4 +1,4 @@
---- OpenCASCADE6.3.0/ros/src/Extrema/Extrema_ExtPElS.cxx	2011-04-28 11:48:39.000000000 -0500
+--- src/Extrema/Extrema_ExtPElS.cxx	2011-04-28 11:48:39.000000000 -0500
 +++ Extrema_ExtPElS.cxx	2011-04-29 10:16:43.000000000 -0500
 @@ -56,6 +56,7 @@
    gp_Vec myZ = Pos.XDirection()^Pos.YDirection();
@@ -43,7 +43,7 @@
    if (V1 < 0.) { V1 += 2. * PI; }
    if (V2 < 0.) { V2 += 2. * PI; }
  
---- OpenCASCADE6.3.0/ros/src/Extrema/Extrema_ExtPS.cxx	2011-04-28 10:13:52.000000000 -0500
+--- src/Extrema/Extrema_ExtPS.cxx	2011-04-28 10:13:52.000000000 -0500
 +++ Extrema_ExtPS.cxx	2011-04-29 10:16:43.000000000 -0500
 @@ -88,10 +88,18 @@
    Standard_Real U, V;
@@ -66,7 +66,7 @@
    }
    if ((myuinf-U) <= mytolu && (U-myusup) <= mytolu &&
        (myvinf-V) <= mytolv && (V-myvsup) <= mytolv) {
---- OpenCASCADE6.3.0/ros/src/BRepClass/BRepClass_FaceClassifier.cxx	2011-04-28 10:16:13.000000000 -0500
+--- src/BRepClass/BRepClass_FaceClassifier.cxx	2011-04-28 10:16:13.000000000 -0500
 +++ BRepClass_FaceClassifier.cxx	2011-04-29 10:17:24.000000000 -0500
 @@ -55,6 +55,7 @@
    Extrema_ExtPS myExtrem;
@@ -77,7 +77,7 @@
    //-- On cherche le point le plus proche , PUIS 
    //-- On le classifie. 
 
---- OpenCASCADE6.3.0/ros/src/WOKUnix/WOKUnix_FDescr.cxx  2008-05-08 08:11:16.000000000 -0500
+--- src/WOKUnix/WOKUnix_FDescr.cxx  2008-05-08 08:11:16.000000000 -0500
 +++ WOKUnix_FDescr.cxx    2010-09-21 15:04:40.431682809 -0500
 @@ -202,7 +202,9 @@
    if(mknod(apath.ToCString(), 0700 |  S_IFIFO, 0))

Modified: cgm/trunk/geom/OCC/occ_patches_6.5
===================================================================
--- cgm/trunk/geom/OCC/occ_patches_6.5	2011-05-05 07:28:09 UTC (rev 4799)
+++ cgm/trunk/geom/OCC/occ_patches_6.5	2011-05-05 16:59:52 UTC (rev 4800)
@@ -1,4 +1,4 @@
---- OpenCASCADE6.5.0/ros/src/Extrema/Extrema_ExtPS.cxx	2011-04-11 13:06:46.000000000 -0500
+--- src/Extrema/Extrema_ExtPS.cxx	2011-04-11 13:06:46.000000000 -0500
 +++ /home/jhu/OpenCASCADE6.5.0/ros/src/Extrema/Extrema_ExtPS.cxx	2011-04-09 14:13:13.000000000 -0500
 @@ -94,10 +94,18 @@
    Standard_Real U, V;
@@ -22,7 +22,7 @@
    if ((myuinf-U) <= mytolu && (U-myusup) <= mytolu &&
        (myvinf-V) <= mytolv && (V-myvsup) <= mytolv) {


More information about the cgma-dev mailing list