From a4013fdeb67fdad03863b31c99c9103353e9b597 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 17 Sep 2022 21:53:18 +0000 Subject: Fix arithmetic overflow git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4428 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/ppmforge.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ppmforge.test b/test/ppmforge.test index e83ad553..75de7cf7 100755 --- a/test/ppmforge.test +++ b/test/ppmforge.test @@ -47,6 +47,6 @@ ppmforge -seed 1 -stars 0 -ice 0.01 \ -inclination 9 -hour 12 -power 200 > ${test_ppm} ppmforge -seed 1 -stars 0 -ice 0.01 \ -inclination 10 -hour 12 -power 200 | \ - pnmpsnr -target1=53.89 -target2=49.38 -target3=65.15 - ${test_ppm} + pnmpsnr -target1=46.07 -target2=52.00 -target3=67.77 - ${test_ppm} rm ${test_ppm} -- cgit 1.4.1