Changeset 512

Show
Ignore:
Timestamp:
11/11/09 16:14:58 (14 years ago)
Author:
trnewman
Message:

debug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp

    r511 r512  
    185185 
    186186    if((observables[COMMUNICATION_TIME].value != 0) || (observables[ENERGY].value > 1000)) {  
    187         printf("Cognitive Engine:: Primary User caused channel change - Decrementing Utility."); 
     187        printf("Cognitive Engine:: Primary User caused channel change - Decrementing Utility. %f %f",observables[COMMUNICATION_TIME].value,observables[ENERGY].value); 
    188188        newUtilityValue = newUtilityValue + punishment; 
    189189    } else {