variable name change

This commit is contained in:
Kevin
2017-07-16 12:19:58 -04:00
parent 806de6c597
commit 5081c3c2b1

View File

@@ -1,7 +1,7 @@
#ifndef UTILS_H
#define UTILS_H
double normalcdf(double z);
double normalcdf(double x);
double gaussrand();