Last change
on this file was
10371,
checked in by aboeckma, 11 years ago
|
updated mafft version. Added extensions (no svn ignore, yet)
|
File size:
393 bytes
|
Line | |
---|
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 |
---|
Note: See
TracBrowser
for help on using the repository browser.