In src/images/images_peeled.f90:peeloff_photon changed the program control
statement for out-of-distance-range photons from 'return' to 'cycle'. With
the 'return' statement, a given photon was not considered for subsequent
peeled images if it was out-of-distance-range for any one image because the
subroutine was returned. The change to 'cycle' ends consideration of the
photon for the present peeled image, but cycles the DO loop to the next
peeled image.
10/02/12, TPEB
In src/images/images_peeled.f90:peeloff_photon changed the program control statement for out-of-distance-range photons from 'return' to 'cycle'. With the 'return' statement, a given photon was not considered for subsequent peeled images if it was out-of-distance-range for any one image because the subroutine was returned. The change to 'cycle' ends consideration of the photon for the present peeled image, but cycles the DO loop to the next peeled image. 10/02/12, TPEB