source: tags/arb_5.1/ISLAND_HOPPING/i-hopper.h

Last change on this file was 5158, checked in by westram, 16 years ago
  • dos2unix, untabified, indented
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 513 bytes
Line 
1#define BORLAND
2/* #define MICROSOFT */
3/* #define LINUX */
4
5#ifdef EXTERN
6#define EXT extern
7#else
8#define EXT
9#endif
10
11#include "defs.h"
12
13EXT const char *Error;
14
15void Align(
16           int nX,char X[],int secX[],char **XX,int nY,char Y[],int secY[],char **YY,
17           int freqs,double fT,double fC,double fA,double fG,
18           double rTC,double rTA,double rTG,double rCA,double rCG,double rAG,
19           double dist,double supp,double gapA,double gapB,double gapC,double thres
20           );
21
22#undef EXT
23
24
Note: See TracBrowser for help on using the repository browser.