IMP
2.3.0
The Integrative Modeling Platform
IMP Mainpage
Modules
Applications
Related Pages
Groups
Classes
Files
Examples
Indexes
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-2014 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 */