new mafft v 6.857 with extensions
[jabaws.git] / binaries / src / mafft / extensions / mxscarna_src / vienna / energy_const.h
1 /*
2
3    energy constants, formerly defined in
4              energy_par.h
5
6    customized for use with RNAedit by
7    S.Kopp, IMB-Jena, Germany, Mar 1996
8    
9 */
10
11 #ifndef _ENERGY_CONST_H
12 #define _ENERGY_CONST_H 1
13
14 #define GASCONST 1.98717  /* in [cal/K] */
15 #define K0  273.15
16 #define INF 1000000
17 #define FORBIDDEN 9999
18 #define BONUS 10000
19 #define NBPAIRS 7
20 #define TURN 3
21 #define MAXLOOP 30
22
23 #endif