Changeset 727 for applications/dual

Show
Ignore:
Timestamp:
11/17/09 00:54:12 (15 years ago)
Author:
smidl
Message:

Logger change. Loggers can now store settings.

Unit Tests and fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/dual/src/iterativemc.cpp

    r723 r727  
    9191        RV y("y",1); // name random variable 
    9292        RV u("u",1); // name random variable 
    93         int L_yt=L->add(y,"S"); 
    94         int L_ut=L->add(u,"S"); 
     93        int L_yt=L->add_vector(y,"S"); 
     94        int L_ut=L->add_vector(u,"S"); 
    9595        C->log_register(*L,"C"); 
    9696        L->init();