IMP  2.2.0
The Integrative Modeling Platform
compatibility/enums.h
Go to the documentation of this file.
1 /** \file IMP/compatibility/enums.h
2  \brief Import IMP/base/enums.h in the namespace.
3 */
4 #include <IMP/base/enums.h>
5 
6 IMPBASE_DEPRECATED_HEADER(2.1, "Use the one in IMP/base instead.")
7 
8 namespace IMP { namespace compatibility {
9 using namespace ::IMP::base;
10 } }
Basic types used by IMP.