diff options
author | Peter Carbonetto | 2017-05-04 15:17:47 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-05-04 15:17:47 -0500 |
commit | 12d2acb8f8ea39da448c94754a708c0dd4369c34 (patch) | |
tree | 53995af21cab8f7817439150a7e728b0bffa33f3 /src/io.h | |
parent | 0dd4e05fc8babc1517de1d7981a99ad0a5241a5e (diff) | |
download | pangemma-12d2acb8f8ea39da448c94754a708c0dd4369c34.tar.gz |
Fixed problems with duplicate symbols; now using static gsl libraries in Makefile.osx so that others don't have to download it using Homebrew.
Diffstat (limited to 'src/io.h')
-rw-r--r-- | src/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ bool CountFileLines (const string &file_input, size_t &n_lines); bool ReadFile_gene (const string &file_gene, vector<double> &vec_read, vector<SNPINFO> &snpInfo, size_t &ng_total); -bool ReadHeader (const string &line, HEADER &header); +bool ReadHeader_io (const string &line, HEADER &header); bool ReadFile_cat (const string &file_cat, map<string, size_t> &mapRS2cat, size_t &n_vc); bool ReadFile_mcat (const string &file_mcat, map<string, size_t> &mapRS2cat, size_t &n_vc); |