/** * \file SimpleDiscreteRestraint.h * \brief Simple restraint for testing * * Copyright 2007-2010 IMP Inventors. All rights reserved. */ #include #include #include IMPDOMINO_BEGIN_NAMESPACE FloatKey SimpleDiscreteSpace::get_optimization_key() { static FloatKey opt_key("OPT"); return opt_key; } SimpleDiscreteSpace::~SimpleDiscreteSpace(){} IMPDOMINO_END_NAMESPACE