Revision: 55636
          http://sourceforge.net/p/brlcad/code/55636
Author:   phoenixyjll
Date:     2013-06-03 13:43:43 +0000 (Mon, 03 Jun 2013)
Log Message:
-----------
remove the comma at end of enumerator list.

Modified Paths:
--------------
    brlcad/trunk/include/brep.h

Modified: brlcad/trunk/include/brep.h
===================================================================
--- brlcad/trunk/include/brep.h 2013-06-03 13:34:52 UTC (rev 55635)
+++ brlcad/trunk/include/brep.h 2013-06-03 13:43:43 UTC (rev 55636)
@@ -1849,7 +1849,7 @@
        no_px_event =  0,
        ppx_point   =  1, // point-point intersection
        pcx_point   =  2, // point-curve intersection
-       psx_point   =  3, // point-surface intersection
+       psx_point   =  3  // point-surface intersection
     };
 
     TYPE m_type;

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