home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.18.0
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
em
version 2.18.0
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-2022 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
// Deprecated: just use 'double' instead
17
typedef
double
emreal;
18
const
double
EPS = 1e-16;
19
20
IMPEM_END_NAMESPACE
21
22
#endif
/* IMPEM_DEF_H */