Revision: 55638
          http://sourceforge.net/p/brlcad/code/55638
Author:   phoenixyjll
Date:     2013-06-03 13:57:47 +0000 (Mon, 03 Jun 2013)
Log Message:
-----------
Oops, forget to add px_event.cpp to the CMakeList and Makefile.

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/CMakeLists.txt
    brlcad/trunk/src/libbrep/Makefile.am
    brlcad/trunk/src/libbrep/px_event.cpp

Modified: brlcad/trunk/src/libbrep/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbrep/CMakeLists.txt     2013-06-03 13:48:45 UTC (rev 
55637)
+++ brlcad/trunk/src/libbrep/CMakeLists.txt     2013-06-03 13:57:47 UTC (rev 
55638)
@@ -23,6 +23,7 @@
   libbrep_brep_tools.cpp
   opennurbs_ext.cpp
   #opennurbs_fit.cpp
+  px_event.cpp
   PullbackCurve.cpp
   ssx_event.cpp
   )

Modified: brlcad/trunk/src/libbrep/Makefile.am
===================================================================
--- brlcad/trunk/src/libbrep/Makefile.am        2013-06-03 13:48:45 UTC (rev 
55637)
+++ brlcad/trunk/src/libbrep/Makefile.am        2013-06-03 13:57:47 UTC (rev 
55638)
@@ -17,7 +17,8 @@
        intersect.cpp \
        PullbackCurve.cpp \
        opennurbs_ext.cpp       \
-       ssx_event.cpp
+       ssx_event.cpp \
+       px_event.cpp
 
 libbrep_nil_la_LIBADD = ${OPENNURBS}
 

Modified: brlcad/trunk/src/libbrep/px_event.cpp
===================================================================
--- brlcad/trunk/src/libbrep/px_event.cpp       2013-06-03 13:48:45 UTC (rev 
55637)
+++ brlcad/trunk/src/libbrep/px_event.cpp       2013-06-03 13:57:47 UTC (rev 
55638)
@@ -45,15 +45,15 @@
 }
 
 bool
-ON_PX_EVENT::IsValid(ON_TextLog* text_log,
-                    double intersection_tolerance,
-                    const class ON_3dPoint* pointA,
-                    const class ON_3dPoint* pointB,
-                    const class ON_Curve* curveB,
-                    const class ON_Interval* curveB_domain,
-                    const class ON_Surface* surfaceB,
-                    const class ON_Interval* surfaceB_domain0,
-                    const class ON_Interval* surfaceB_domain1) const
+ON_PX_EVENT::IsValid(ON_TextLog*,
+                    double,
+                    const class ON_3dPoint*,
+                    const class ON_3dPoint*,
+                    const class ON_Curve*,
+                    const class ON_Interval*,
+                    const class ON_Surface*,
+                    const class ON_Interval*,
+                    const class ON_Interval*) const
 {
     // Implement later.
     return true;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to