Show
Ignore:
Timestamp:
10/23/09 00:05:25 (15 years ago)
Author:
smidl
Message:

Major changes in BM -- OK is only test suite and tests/tutorial -- the rest is broken!!!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/pmsm/pmsmDS.h

    r676 r679  
    285285        //connect 
    286286        shared_ptr<RV> drv = UI::build<RV>(root, "drv"); 
    287         set_drv(*drv); 
     287        set_yrv(*drv); 
    288288        shared_ptr<RV> rv = UI::build<RV>(root, "rv"); 
    289289        set_rv(*rv); 
     
    363363        //connect 
    364364                shared_ptr<RV> drv = UI::build<RV>(root, "drv"); 
    365         set_drv(*drv); 
     365        set_yrv(*drv); 
    366366                shared_ptr<RV> rv = UI::build<RV>(root, "rv"); 
    367367        set_rv(*rv);