IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
utility.h
Go to the documentation of this file.
1 /**
2  * \file IMP/utility.h
3  * \brief For backwards compatibility.
4  *
5  * Copyright 2007-2015 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPKERNEL_UTILITY_H
10 #define IMPKERNEL_UTILITY_H
11 
12 #include <IMP/kernel_config.h>
13 #include <IMP/base_utility.h>
14 
15 IMPKERNEL_BEGIN_NAMESPACE
16 IMPKERNEL_END_NAMESPACE
17 
18 #endif /* IMPKERNEL_UTILITY_H */
Various general useful functions for IMP.