ElfPSP_ParallelABC
Protein Structure Prediction using Parallel Artificial Bee Colony Optimization
src
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
HPChain_read
HPElem * HPChain_read(FILE *fp)
Reads an HP chain from file 'fp'.
Definition:
hpchain.c:6
HPElem
char HPElem
HPChain is how we call an array of HPElem.
Definition:
hpchain.h:9
Generated by
1.8.13