1 #ifndef VIENNA_RNA_PACKAGE_STRING_DIST_H 2 #define VIENNA_RNA_PACKAGE_STRING_DIST_H float string_edit_distance(swString *T1, swString *T2)
Calculate the string edit distance of T1 and T2.
swString * Make_swString(char *string)
Convert a structure into a format suitable for string_edit_distance().
Some other data structure.
Definition: dist_vars.h:57
Global variables for Distance-Package.