From a4e2ee22fd57665d2388d5debc17db896a4a389f Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 3 Sep 2020 12:59:41 +0200 Subject: Changed constant _init to _ini to avoid conflict with _init() method. Reverted name cprique back to cpqueue. --- examples/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/list.c') diff --git a/examples/list.c b/examples/list.c index 3aff4482..3b46f02b 100644 --- a/examples/list.c +++ b/examples/list.c @@ -6,7 +6,7 @@ declare_clist(fx, double); int main() { int k, n = 100000; - clist_fx list = clist_init; + clist_fx list = clist_ini; crand_rng64_t eng = crand_rng64_init(time(NULL)); crand_uniform_f64_t dist = crand_uniform_f64_init(eng, 0.0f, n); -- cgit v1.2.3