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

remove "delays" from memory DS, check length of datasource

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.h

    r604 r609  
    945945                DS() : Drv(), Urv(),Yrv() {}; 
    946946 
     947        //! Returns maximum number of provided data, by default it is set to maximum allowed length, shorter DS should overload this method! See, MemDS.max_length(). 
     948        virtual int max_length() {return std::numeric_limits< int >::max();} 
    947949        //! Returns full vector of observed data=[output, input] 
    948950        virtual void getdata ( vec &dt ) {