/** * \file SingletonModifier.cpp \brief A function on Particles. * * This file is generated by a script (core/tools/make-container). * Do not edit directly. * * Copyright 2007-2010 IMP Inventors. All rights reserved. * */ #include "IMP/SingletonModifier.h" #include "IMP/internal/utility.h" IMP_BEGIN_NAMESPACE SingletonModifier::SingletonModifier(std::string name): Object(name){ } IMP_END_NAMESPACE