Cleanup: Remove outdated comment in volume code.

Thanks to jesterking for finding this one.
This commit is contained in:
2016-01-24 12:31:36 +01:00
parent f796e2d3d2
commit 35c3e7b522

View File

@@ -750,7 +750,7 @@ ccl_device void kernel_volume_decoupled_free(KernelGlobals *kg, VolumeSegment *s
}
/* scattering for homogeneous and heterogeneous volumes, using decoupled ray
* marching. this function does not do emission or modify throughput.
* marching.
*
* function is expected to return VOLUME_PATH_SCATTERED when probalistic_scatter is false */
ccl_device VolumeIntegrateResult kernel_volume_decoupled_scatter(