From 6faadaad7c59896591a5a1a20b11cc00715eda19 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 11 Feb 2021 14:40:31 +0530 Subject: Include gsl_vector.h instead of gsl_blas.h. * include/oracles.h: Include gsl_vector.h instead of gsl_blas.h. --- include/oracles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/oracles.h b/include/oracles.h index 1af39cc..b8421ed 100644 --- a/include/oracles.h +++ b/include/oracles.h @@ -1,8 +1,8 @@ #ifndef ORACLES_H #define ORACLES_H -#include #include +#include double bernoulli_extent_generator (const gsl_rng* r, double p, double r0, double r1); double bernoulli_true_volume (double p, double r0, double r1, unsigned int dimension); -- cgit v1.2.3