|
From: Tatsuro M. <tma...@ya...> - 2015-07-03 08:10:45
|
On windows build, random.dem fails both 32 bit and 64 bit. gnuplot> plot $random using (bin(sqrt($1**2+$2**2+$3**2))):(1.0*scale/nsamp) every :::::0 smooth frequency with steps title "scaled bin frequency", maxwell(x, 1/sqrt(2)) with l ines title "Maxwell p.d.f.", $random using (sqrt($1**2+$2**2+$3**2)):(scale/nsamp) bins= 25 with impulse lw 5 title "assign samples to 25 bins" ^ "random.dem", line 171: unexpected or unrecognized token On Ubuntu make check runs without errors. On previous changelog (2015-06-28) source, random.dem fails. I also confirmed the same failure in Kakuto's build (MSVC) (64 bit ChangeLOG 2015-06-28) I do not figure out when random.dem starts to fail on windows build. Tatsuro |