Replace Progs/RNAalifold with x64 binary and add all other programs
[jabaws.git] / binaries / src / ViennaRNA / lib / dist_vars.c
1 /* Last changed Time-stamp: <> */
2 /*             Global variables for Distance-Package */
3
4 int  edit_backtrack = 0;  /* calculate aligned representation */
5
6 char *aligned_line[4];    /* containes the aligned string representations */
7
8 int  cost_matrix = 0;     /* 0 for usual costs, 1 for Shapiro's costs */
9