source: trunk/GDE/MUSCLE/src/gonnet.h

Last change on this file was 10390, checked in by aboeckma, 11 years ago

added muscle sourcles amd makefile

File size: 249 bytes
Line 
1#ifndef Gonnet_h
2#define Gonnet_h
3
4typedef double t_ROW[20];
5
6const t_ROW *GetGonnetMatrix(unsigned N);
7SCORE GetGonnetGapOpen(unsigned N);
8SCORE GetGonnetGapExtend(unsigned N);
9
10extern double GonnetLookup[400][400];
11
12#endif  // Gonnet_h
Note: See TracBrowser for help on using the repository browser.