RNAlib-2.5.0
wrap_dlib.h
1 #ifndef VIENNARNA_DLIB_WRAPPER_H
2 #define VIENNARNA_DLIB_WRAPPER_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 double *
9 vrna_equilibrium_conc(const double *eq_constants,
10  double *concentration_strands,
11  const unsigned int **A,
12  size_t num_strands,
13  size_t num_complexes);
14 
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
20 #endif