404c404
< ysubname(off_type index, const std::string subname)
---
> ysubname(off_type index, const std::string &subname)
413a414,420
>
> std::string
> ysubname(off_type i) const
> {
> return this->info()->y_subnames[i];
> }
>
1200,1201d1206
< std::string ysubname(off_type i) const { return (*this->y_subnames)[i]; }
<
1716,1717d1720
< return false;
< #if 0
1722d1724
< #endif
1795,1804d1796
< /*
< template <class Derived, class Stor>
< inline typename VectorDistBase<Derived, Stor>::Proxy
< VectorDistBase<Derived, Stor>::operator[](off_type index)
< {
< assert (index >= 0 && index < size());
< typedef typename VectorDistBase<Derived, Stor>::Proxy Proxy;
< return Proxy(this->self(), index);
< }
< */
1806,1816d1797
< #if 0
< template <class Storage>
< Result
< VectorDistBase<Storage>::total(off_type index) const
< {
< Result total = 0.0;
< for (off_type i = 0; i < x_size(); ++i)
< total += data(i)->result();
< }
< #endif
<
2293a2275
> SampleStor::Params *params = new SampleStor::Params;
2294a2277
> this->setParams(params);
2309a2293
> AvgSampleStor::Params *params = new AvgSampleStor::Params;
2310a2295
> this->setParams(params);
2358a2344
> SampleStor::Params *params = new SampleStor::Params;
2359a2346
> this->setParams(params);
2379a2367
> AvgSampleStor::Params *params = new AvgSampleStor::Params;
2380a2369
> this->setParams(params);