Changeset 267 for bdm/stat/libDS.cpp

Show
Ignore:
Timestamp:
02/11/09 14:15:05 (15 years ago)
Author:
smidl
Message:

samplecond modification

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libDS.cpp

    r265 r267  
    4343 
    4444void ArxDS::step() { 
    45         double tmp; 
    4645        //shift history 
    4746        H.shift_right ( 0, Drv.count() +Urv.count() ); 
     
    5251        rgr = rgrlnk.get_val ( H ); 
    5352        // Eval Y 
    54         H.set_subvector ( 0, model.samplecond ( rgr,tmp ) ); 
     53        H.set_subvector ( 0, model.samplecond ( rgr ) ); 
    5554 
    5655}