Revision: 44817
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44817&view=rev
Author:   brlcad
Date:     2011-06-08 12:57:59 +0000 (Wed, 08 Jun 2011)

Log Message:
-----------
HINIT_ZERO instead of VSETALLN() for simplicity

Modified Paths:
--------------
    brlcad/trunk/src/libged/combmem.c

Modified: brlcad/trunk/src/libged/combmem.c
===================================================================
--- brlcad/trunk/src/libged/combmem.c   2011-06-08 04:29:30 UTC (rev 44816)
+++ brlcad/trunk/src/libged/combmem.c   2011-06-08 12:57:59 UTC (rev 44817)
@@ -561,9 +561,8 @@
        fastf_t kx, ky, kz;
        vect_t aetvec = VINIT_ZERO;
        vect_t tvec = VINIT_ZERO;
-       point_t key_pt;
-       hvect_t svec;
-       VSETALLN(svec, 0.0, ELEMENTS_PER_HVECT);
+       point_t key_pt = VINIT_ZERO;
+       hvect_t svec = HINIT_ZERO;
 
        COMBMEM_SET_PART_II(gedp, argv, op, i, rt_tree_array, tree_index, mat);
 


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