Changeset 270 for bdm/stat/loggers.cpp

Show
Ignore:
Timestamp:
02/16/09 10:02:08 (15 years ago)
Author:
smidl
Message:

Changes in the very root classes!
* rv and rvc are no longer compulsory,
* samplecond does not return ll
* BM has drv

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/loggers.cpp

    r262 r270  
    2727        int i,j,k; 
    2828        int nsc=0; 
    29         for ( i=0;i<entries.length();i++ ) {nsc+=entries ( i ).count();} 
     29        for ( i=0;i<entries.length();i++ ) {nsc+=entries ( i )._dsize();} 
    3030        ; //all entries!! 
    3131