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/bslmmdap.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bslmmdap.cpp') diff --git a/src/bslmmdap.cpp b/src/bslmmdap.cpp index 0bf0e7b..f6e9e9c 100644 --- a/src/bslmmdap.cpp +++ b/src/bslmmdap.cpp @@ -42,6 +42,7 @@ #include "logistic.h" #include "lapack.h" +#include "io.h" #ifdef FORCE_FLOAT #include "param_float.h" @@ -221,7 +222,7 @@ void ReadFile_cat (const string &file_cat, const vector &vec_rs, gsl_mat //read header HEADER header; !safeGetline(infile, line).eof(); - ReadHeader (line, header); + ReadHeader_io (line, header); //use the header to determine the number of categories kc=header.catc_col.size(); kd=header.catd_col.size(); -- cgit v1.2.3