Show
Ignore:
Timestamp:
09/13/09 23:14:26 (15 years ago)
Author:
smidl
Message:

new logger - stdlog - designed for easy debuggint in command line

Files:
1 modified

Legend:

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

    r609 r611  
    131131                L=new mexlog(Ndat); 
    132132                #else 
    133                 L=new memlog(Ndat, "estimator_logger.it"); 
     133                L=new stdlog(); 
    134134                #endif 
    135135        }