/** * \file IMP/kernel/utility.h * \brief For backwards compatibility. * * Copyright 2007-2013 IMP Inventors. All rights reserved. * */ #ifndef IMPKERNEL_UTILITY_H #define IMPKERNEL_UTILITY_H #include #include #include #include IMPKERNEL_BEGIN_NAMESPACE #if !defined(SWIG) && !defined(IMP_DOXYGEN) using IMP::base::cube; using IMP::base::square; using IMP::base::is_nan; using IMP::base::get_as; #endif IMPKERNEL_END_NAMESPACE #endif /* IMPKERNEL_UTILITY_H */