branch | pyrit |
changeset 51 | 89fec8668768 |
parent 50 | 14a727b70d07 |
child 53 | 228cb8bfdd54 |
--- a/src/sampler.cc Fri Mar 28 17:13:21 2008 +0100 +++ b/src/sampler.cc Fri Mar 28 21:47:32 2008 +0100 @@ -40,14 +40,12 @@ const int samples = gridsamples[oversample]; if ( phase == 0 ) { - cout << "phase 1" << endl; phase++; sx = -1; return w*h*samples; } else if ( phase == 1 && oversample ) { - cout << "phase 2" << endl; phase = -1; Float *buf; for (buf = buffer; buf != buffer + w*h*3; buf++)