RNAlib-2.4.14
constants.h
Go to the documentation of this file.
1
#ifndef VIENNA_RNA_PACKAGE_PARAMS_CONSTANTS_H
2
#define VIENNA_RNA_PACKAGE_PARAMS_CONSTANTS_H
3
4
#include <limits.h>
5
13
#define GASCONST 1.98717
/* in [cal/K] */
14
15
#define K0 273.15
16
17
#define INF 10000000
/* (INT_MAX/10) */
18
19
#define EMAX (INF/10)
20
21
#define FORBIDDEN 9999
22
23
#define BONUS 10000
24
25
#define NBPAIRS 7
26
27
#define TURN 3
28
29
#define MAXLOOP 30
30
31
#define UNIT 100
32
33
#define MINPSCORE -2 * UNIT
34
35
#endif
ViennaRNA
params
constants.h
Generated on Wed Aug 14 2019 12:50:37 for RNAlib-2.4.14 by
1.8.11