Revision: 41079
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41079&view=rev
Author:   brlcad
Date:     2010-10-19 04:36:55 +0000 (Tue, 19 Oct 2010)

Log Message:
-----------
assert.h is a system header, remove stale comments

Modified Paths:
--------------
    brlcad/trunk/src/proc-db/surfaceintersect.cpp

Modified: brlcad/trunk/src/proc-db/surfaceintersect.cpp
===================================================================
--- brlcad/trunk/src/proc-db/surfaceintersect.cpp       2010-10-19 04:36:36 UTC 
(rev 41078)
+++ brlcad/trunk/src/proc-db/surfaceintersect.cpp       2010-10-19 04:36:55 UTC 
(rev 41079)
@@ -20,16 +20,15 @@
 /** @{ */
 /** @file surfaceintersect.cpp
  *
- * Until further notice this code is in a state of heavy flux as part
- * of GSoC 2009 as such it would be very foolish to write anything
- * that depends on it right now
- *
- * This code is written and maintained by Joe Doliner: [email protected]
+ * This code was originally written by Joe Doliner: [email protected]
  */
 
-#include "assert.h"
 #include "surfaceintersect.h"
 
+/* implementation system headers */
+#include <assert.h>
+
+
 #define SI_MIN(a, b) (((a) > (b)) ? (a) : (b))
 
 


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

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to