opnsense-ports/math/R/files/patch-src__nmath__standalone__test.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
428 B
C

--- src/nmath/standalone/test.c.orig 2009-06-22 18:12:00.000000000 -0400
+++ src/nmath/standalone/test.c 2009-06-22 18:12:34.000000000 -0400
@@ -38,7 +38,7 @@
qnorm(0.7, 0.0, 1.0, 0, 0);
printf("*** loaded '%s'\n", argv[0]);
set_seed(123, 456);
- N01_kind = AHRENS_DIETER;
+ N01type N01_kind = AHRENS_DIETER;
printf("one normal %f\n", norm_rand());
set_seed(123, 456);
N01_kind = BOX_MULLER;