From 8a5aa0c629a19f7a5dc9cda4800e46df911d11ba Mon Sep 17 00:00:00 2001 From: stevenj Date: Wed, 5 Sep 2007 17:14:05 -0400 Subject: [PATCH] bug fix - missing 0's in Sobol ... now matches published test integral results to 1111 dimensions darcs-hash:20070905211405-c8de0-d3fc1fd6834a2ba40bfa40e10c652c4faa7316ed.gz --- util/sobolseq.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/sobolseq.h b/util/sobolseq.h index caa64a7..dbf3216 100644 --- a/util/sobolseq.h +++ b/util/sobolseq.h @@ -797,7 +797,8 @@ static const uint32_t sobol_minit[MAXDEG+1][MAXDIM-1] = { 3805,3073,2837,1567,3783,451,2441,1181,487,543,1201,3735, 2517,733,1535,2175,3613,3019}, /* [12][*] */ - {2319,653,1379,1675,1951,7075,2087, + {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 2319,653,1379,1675,1951,7075,2087, 7147,1427,893,171,2019,7235,5697,3615,1961,7517,6849,2893, 1883,2863,2173,4543,73,381,3893,6045,1643,7669,1027,1549, 3983,1985,6589,7497,2745,2375,7047,1117,1171,1975,5199,3915, -- 2.30.2