Flooding Std Out

Issue #42 resolved
David Thomas created an issue

The print statement needs to be removed from these two lines in source/raytrace/photonmanipulate.cpp.

if (random[aph->thread].uniform() > dustvalue) { printf("aa\n"); return(1);} if (random[aph->thread].uniform() > dustvalue) {printf("ab\n"); return(1);}

Looks like someone was debugging and forgot to remove them. Unfortunately they flood std out.

Comments (2)

  1. Log in to comment