source:
branches/lib/GDE/MUSCLE/src/gonnet.h
| Last change on this file was 10390, checked in by aboeckma, 12 years ago | |
|---|---|
| File size: 249 bytes | |
| Line | |
|---|---|
| 1 | #ifndef Gonnet_h |
| 2 | #define Gonnet_h |
| 3 | |
| 4 | typedef double t_ROW[20]; |
| 5 | |
| 6 | const t_ROW *GetGonnetMatrix(unsigned N); |
| 7 | SCORE GetGonnetGapOpen(unsigned N); |
| 8 | SCORE GetGonnetGapExtend(unsigned N); |
| 9 | |
| 10 | extern double GonnetLookup[400][400]; |
| 11 | |
| 12 | #endif // Gonnet_h |
Note: See TracBrowser
for help on using the repository browser.
