IMP logo
IMP Reference Guide  develop.cb6747d2d1,2024/03/28
The Integrative Modeling Platform
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 const double EPS = 1e-16;
17 
18 IMPEM_END_NAMESPACE
19 
20 #endif /* IMPEM_DEF_H */