Show
Ignore:
Timestamp:
10/22/09 01:13:47 (15 years ago)
Author:
smidl
Message:

logger refactoring

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/simulator.cpp

    r627 r676  
    125125        } 
    126126 
    127         Ds->log_add ( *L ); 
     127        Ds->log_register ( *L, "DS" ); 
    128128        L->init(); 
    129129 
     
    132132        for ( int tK=0;tK<Ndat;tK++ ) { 
    133133                Ds->getdata ( dt );                                     // read data 
    134                 Ds->logit ( *L ); 
     134                Ds->log_write ( ); 
    135135 
    136136                L->step();