Skip to content

Commit

Permalink
fix output code in raytracer benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Mar 7, 2015
1 parent e4585d7 commit 59eb72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/perf/kernel/raytracer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function Raytracer(levels, n, ss)
g += ray_trace(light, ray, scene);
end
end
# write(f, int8(0.5 + 255. * g / (ss*ss)))
# write(f, trunc(UInt8, 0.5 + 255. * g / (ss*ss)))
end
end
# close(f)
Expand Down

0 comments on commit 59eb72a

Please sign in to comment.