aboutsummaryrefslogtreecommitdiff
path: root/src/param.h
diff options
context:
space:
mode:
authorPeter Carbonetto2017-05-04 10:52:24 -0500
committerPeter Carbonetto2017-05-04 10:52:24 -0500
commit452f232cb627d7180bf1c845dff9ddd88af6a600 (patch)
tree7b4b114dae947b01c552743b34be14214686e399 /src/param.h
parent03d7d2556a9284dc0ac3e155b5c9a8d69b1b21ee (diff)
downloadpangemma-452f232cb627d7180bf1c845dff9ddd88af6a600.tar.gz
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).
Diffstat (limited to 'src/param.h')
-rw-r--r--src/param.h3
1 files changed, 2 insertions, 1 deletions
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<string, double> &mapRS2wA);
};
-
+size_t GetabIndex (const size_t a, const size_t b, const size_t n_cvt);
+
#endif