Revision: 54973
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54973&view=rev
Author:   brlcad
Date:     2013-03-29 16:45:20 +0000 (Fri, 29 Mar 2013)
Log Message:
-----------
no longer indexing from 1

Modified Paths:
--------------
    brlcad/trunk/src/libbu/heap.c

Modified: brlcad/trunk/src/libbu/heap.c
===================================================================
--- brlcad/trunk/src/libbu/heap.c       2013-03-29 16:39:40 UTC (rev 54972)
+++ brlcad/trunk/src/libbu/heap.c       2013-03-29 16:45:20 UTC (rev 54973)
@@ -155,7 +155,7 @@
     }
 
     /* what thread are we? */
-    oncpu = bu_parallel_id() - 1;
+    oncpu = bu_parallel_id();
 
     if (sz > BINS || sz == 0) {
        per_cpu[oncpu].misses++;

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


------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to