From 1d71c23f03db30d4862afeaac387f8de497f823f Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 16 Jul 2017 20:27:23 -0400 Subject: [PATCH] Revert "variable name change" This reverts commit 5081c3c2b13bd45a71afb51f57291c87aab66289. --- src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.h b/src/utils.h index 48363a7..cdc2f14 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,7 +1,7 @@ #ifndef UTILS_H #define UTILS_H -double normalcdf(double x); +double normalcdf(double z); double gaussrand();