/** * \file Refiner.cpp \brief Refine a particle into a list of particles. * * Copyright 2007-2010 IMP Inventors. All rights reserved. * */ #include "IMP/Refiner.h" #include "IMP/internal/utility.h" IMP_BEGIN_NAMESPACE Refiner::Refiner(std::string name): Object(name){ } IMP_END_NAMESPACE