From 452f232cb627d7180bf1c845dff9ddd88af6a600 Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Thu, 4 May 2017 10:52:24 -0500 Subject: Fixed problems with duplicate symbols in io.o, lmm.o, param.o and vc.o; created a Makefile for Mac OS X (tested on 10.11, i.e., El Capitan). --- src/param.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/param.h') diff --git a/src/param.h b/src/param.h index 4b4ad29..8db3590 100644 --- a/src/param.h +++ b/src/param.h @@ -299,6 +299,7 @@ public: void UpdateSNP (const map &mapRS2wA); }; - +size_t GetabIndex (const size_t a, const size_t b, const size_t n_cvt); + #endif -- cgit v1.2.3