author | Francesco Abbate <francesco.bbt@gmail.com> | 2011年12月19日 09:32:04 +0100 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2011年12月21日 08:44:09 +0100 |
commit | 6908a17576d1321eaf34899970ab136f1b18b8ef (patch) | |
tree | d4a3c9be5fbb627bef59a787c4ee157abbf46bd1 | |
parent | b61f1de6a37befa7f8cfd93c2cb21bb54a31637f (diff) | |
download | gsl-shell-6908a17576d1321eaf34899970ab136f1b18b8ef.tar.gz |
-rw-r--r-- | graph-init.lua | 2 |
diff --git a/graph-init.lua b/graph-init.lua index 5b30fcdb..5b875016 100644 --- a/graph-init.lua +++ b/graph-init.lua @@ -8,7 +8,7 @@ local bor, band, lshift, rshift = bit.bor, bit.band, bit.lshift, bit.rshift local lua_index_style = gslsh.lua_index_style local n_sampling_max = 8192 -local n_sampling_default = 512 +local n_sampling_default = 256 local function check_sampling(n) if n then |