From 12d2acb8f8ea39da448c94754a708c0dd4369c34 Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Thu, 4 May 2017 15:17:47 -0500 Subject: Fixed problems with duplicate symbols; now using static gsl libraries in Makefile.osx so that others don't have to download it using Homebrew. --- src/io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/io.h') diff --git a/src/io.h b/src/io.h index c1b762d..073812c 100644 --- a/src/io.h +++ b/src/io.h @@ -79,7 +79,7 @@ bool CountFileLines (const string &file_input, size_t &n_lines); bool ReadFile_gene (const string &file_gene, vector &vec_read, vector &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 &mapRS2cat, size_t &n_vc); bool ReadFile_mcat (const string &file_mcat, map &mapRS2cat, size_t &n_vc); -- cgit v1.2.3