// file:e: $warren/research/exp_001/filt_set_03.cc // version: // // isip include files // #include "Filter.h" // method: setArLag // // arguments: VectorFloat& arg_lag (input) vector of filter orders // // return: a boolean value indicating status // boolean Filter::setArLag(VectorLong& ar_lag) { // can immediately return since the Vector assign() method returns type // boolean // return ar_lag_d.assign(ar_lag); }