Revision: 53789
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53789&view=rev
Author:   brlcad
Date:     2012-11-21 00:44:27 +0000 (Wed, 21 Nov 2012)
Log Message:
-----------
unpublished functions get marked static

Modified Paths:
--------------
    brlcad/trunk/src/libbn/plane.c

Modified: brlcad/trunk/src/libbn/plane.c
===================================================================
--- brlcad/trunk/src/libbn/plane.c      2012-11-20 23:26:48 UTC (rev 53788)
+++ brlcad/trunk/src/libbn/plane.c      2012-11-21 00:44:27 UTC (rev 53789)
@@ -2327,7 +2327,7 @@
  * This is a support function for the test function "bn_distsq_pt3_lseg3_v2".
  *
  */
-int
+static int
 are_equal(fastf_t a_in, fastf_t b_in, fastf_t t)
 {
     fastf_t ai, af, bi, bf, a, b;

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to