Fix code in comment

This commit is contained in:
Steven Robertson 2011-12-08 13:24:10 -05:00
parent e006ec1915
commit e106524701

View File

@ -237,7 +237,7 @@ class Renderer(object):
iter_stream, np.float32(np.nan)) iter_stream, np.float32(np.nan))
# Get interpolated control points for debugging # Get interpolated control points for debugging
#stream.synchronize() #iter_stream.synchronize()
#d_temp = cuda.from_device(d_infos, #d_temp = cuda.from_device(d_infos,
#(ntemporal_samples, len(self._iter.packer)), np.float32) #(ntemporal_samples, len(self._iter.packer)), np.float32)
#for i, n in zip(d_temp[5], self._iter.packer.packed): #for i, n in zip(d_temp[5], self._iter.packer.packed):