Revision: 44819
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44819&view=rev
Author:   brlcad
Date:     2011-06-08 13:04:21 +0000 (Wed, 08 Jun 2011)

Log Message:
-----------
remove ELEMENTS_PER_PT, HVECT_LEN, and HPT_LEN in favor of their more 
consistent replacements that were added deprecating these in 7.12

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

Modified: brlcad/trunk/include/vmath.h
===================================================================
--- brlcad/trunk/include/vmath.h        2011-06-08 13:03:09 UTC (rev 44818)
+++ brlcad/trunk/include/vmath.h        2011-06-08 13:04:21 UTC (rev 44819)
@@ -179,15 +179,12 @@
 
 /** @brief # of fastf_t's per point_t */
 #define ELEMENTS_PER_POINT     3
-#define ELEMENTS_PER_PT                ELEMENTS_PER_POINT /**< DEPRECATED */
 
 /** @brief # of fastf_t's per hvect_t (homogeneous vector) */
 #define ELEMENTS_PER_HVECT     4
-#define HVECT_LEN              ELEMENTS_PER_HVECT /**< DEPRECATED */
 
 /** @brief # of fastf_t's per hpt_t (homogeneous point) */
 #define ELEMENTS_PER_HPOINT    4
-#define HPT_LEN                        ELEMENTS_PER_HPOINT /**< DEPRECATED */
 
 /** @brief # of fastf_t's per plane_t */
 #define ELEMENTS_PER_PLANE     4


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

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to