RNAlib-2.5.0
pf_multifold.h
1 #ifndef VIENNA_RNA_PACKAGE_PART_FUNC_MULTIFOLD_H
2 #define VIENNA_RNA_PACKAGE_PART_FUNC_MULTIFOLD_H
3 
5 
6 int
7 vrna_pf_multifold_prepare(vrna_fold_compound_t *fc);
8 
9 
10 #endif
The Basic Fold Compound API.
The most basic data structure required by many functions throughout the RNAlib.
Definition: fold_compound.h:137