Changeset 529

Show
Ignore:
Timestamp:
01/04/10 15:14:16 (14 years ago)
Author:
bhilburn
Message:

Minor whitespace fixes - empting changeset in preperation for branch.

Files:
1 modified

Legend:

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

    r521 r529  
    5353    SML_present = false; 
    5454    commandSocketFD = -1; 
    55     srand ( time(NULL) ); 
     55    srand(time(NULL)); 
    5656} 
    5757 
     
    6060{ 
    6161    delete myCBR; 
     62 
    6263    delete [] pList; 
    6364    delete [] oList; 
     
    141142        columnObsIndex++; 
    142143    }   
    143     
    144     std::string utility_name = "utility";  
    145     obsList[columnObsIndex] = utility_name; 
     144    obsList[columnObsIndex] = "utility"; 
    146145 
    147146    size_t columnIndex = 0;