Changeset 102 for bdm/stat/loggers.cpp

Show
Ignore:
Timestamp:
05/12/08 17:34:07 (16 years ago)
Author:
smidl
Message:

corrections of sampling

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/loggers.cpp

    r95 r102  
    77#include <io.h> 
    88#endif 
     9 
     10void memlog::itsave(const char* fname){ 
     11        it_file itf(fname); 
     12        int i; 
     13        for (i=0; i<entries.length();i++){ 
     14         itf << Name(names(i)) << vectors(i); 
     15        } 
     16} 
    917 
    1018void dirfilelog::init() {