home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
em
version 20241121.develop.d97d4ead1f
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 */