Show
Ignore:
Timestamp:
03/04/10 16:41:30 (14 years ago)
Author:
smidl
Message:

changes in Loggers!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/estim/particles.cpp

    r811 r850  
    233233        pf->prior_from_set ( set ); 
    234234        pf->resmethod_from_set ( set ); 
    235          
    236         string opt; 
    237         if ( UI::get ( opt, set, "options", UI::optional ) ) { 
    238                 set_options ( opt ); 
    239         } 
    240          
     235                 
    241236        // read functions g and h 
    242237        g=UI::build<fnc>(set,"g");