ElfPSP_ParallelABC
Protein Structure Prediction using Parallel Artificial Bee Colony Optimization
hpchain.h
Go to the documentation of this file.
1 #ifndef HPCHAIN_H
2 #define HPCHAIN_H
3 
6 #include <stdio.h>
7 
9 typedef char HPElem;
10 
16 HPElem * HPChain_read(FILE *fp);
17 
18 #endif // HPCHAIN_H
19 
HPElem * HPChain_read(FILE *fp)
Reads an HP chain from file &#39;fp&#39;.
Definition: hpchain.c:6
char HPElem
HPChain is how we call an array of HPElem.
Definition: hpchain.h:9