changeset 70:eadb2ba022a0 Holistic_Model

bug fix -- initialize coreSlotIsOn -- now works
author Some Random Person <seanhalle@yahoo.com>
date Mon, 19 Mar 2012 10:02:54 -0700
parents 8882e795016d
children 69a1875af605 0d04c3e608cc
files SSR_PluginFns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/SSR_PluginFns.c	Sat Mar 17 00:42:11 2012 -0700
     1.2 +++ b/SSR_PluginFns.c	Mon Mar 19 10:02:54 2012 -0700
     1.3 @@ -39,7 +39,7 @@
     1.4     SSRSemEnv *semEnv;
     1.5     int32      coreNum, slotNum;
     1.6     
     1.7 -   coreNum = slot->coreOfSlot;
     1.8 +   coreNum = slot->coreSlotIsOn;
     1.9     slotNum = slot->slotIdx;
    1.10     
    1.11     semEnv  = (SSRSemEnv *)_semEnv;