home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.11.0
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
version 2.11.0
utility.h
Go to the documentation of this file.
1
/**
2
* \file IMP/utility.h
3
* \brief For backwards compatibility.
4
*
5
* Copyright 2007-2019 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 */
base_utility.h
Various general useful functions for IMP.