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