IMP
2.0.1
The Integrative Modeling Platform
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
def.h
Go to the documentation of this file.
1
/**
2
* \file IMP/em/def.h
3
* \brief Definitions for EMBED.
4
*
5
* Copyright 2007-2013 IMP Inventors. All rights reserved.
6
*
7
*/
8
9
#ifndef IMPEM_DEF_H
10
#define IMPEM_DEF_H
11
12
#include <IMP/em/em_config.h>
13
14
IMPEM_BEGIN_NAMESPACE
15
16
typedef
double
emreal;
17
const
double
EPS = 1e-16;
18
19
IMPEM_END_NAMESPACE
20
21
#endif
/* IMPEM_DEF_H */