//============================================================================ /*! \file DistFuncArray.cxx * \author W.F.J.Mueller/GSI */ //============================================================================ #include "nxyter/DistFuncArray.h" /*! * \class nxyter::DistFuncArray * \brief Array of DistFunc objects * */ //---------------------------------------------------------------------------- //! Constructor, use \a dim nxyter::DistFunc objects with capacity \a cap. nxyter::DistFuncArray::DistFuncArray(int dim, int cap) : fDist(dim) { for (int i=0; i