~ubuntu-branches/debian/experimental/mafft/experimental

« back to all changes in this revision

Viewing changes to core/mltaln.h

  • Committer: Package Import Robot
  • Author(s): Charles Plessy
  • Date: 2014-10-05 09:00:33 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20141005090033-jz7hffbtf1xnirrn
Tags: 7.187-1
* New upstream release.
* Conforms to Policy 3.9.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <pthread.h>
23
23
#endif
24
24
 
25
 
#define VERSION "7.164b"
 
25
#define VERSION "7.187"
26
26
#define SHOWVERSION reporterr( "%s (%s) Version " VERSION " alg=%c, model=%s, amax=%3.1f\n%d thread(s)\n", progName( argv[0] ), (dorp=='d')?"nuc":((nblosum==-2)?"text":"aa"), alg, modelname, specificityconsideration, nthread )
27
27
 
28
28
#define FFT_THRESHOLD  80
323
323
extern int ndistclass, maxdistclass;
324
324
 
325
325
extern int gmsg;
 
326
 
 
327
extern double sueff_global;