star-sf

Set of surface and volume scattering functions
git clone git://git.meso-star.fr/star-sf.git
Log | Files | Refs | README | LICENSE

commit 1eebd9a048c64a3b37a23d61cb8053beb1970f2b
parent 70605b3a2796d7cb48f9771cf78b71fa15ecc3f6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  5 Feb 2021 13:16:28 +0100

Fix a typo in the name of the  built-in RDGFA phase function

Diffstat:
Msrc/ssf.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ssf.h b/src/ssf.h @@ -329,7 +329,7 @@ SSF_API const struct ssf_phase_type ssf_phase_rayleigh; * "Effects of multiple scattering on radiative properties of soot fractal * aggregates" J. Yon et al., Journal of Quantitative Spectroscopy and * Radiative Transfer Vol 133, pp. 374-381, 2014 */ -SSF_API const struct ssf_phase_type ssg_phase_rdgfa; +SSF_API const struct ssf_phase_type ssf_phase_rdgfa; /******************************************************************************* * BSDF API - Bidirectional Scattering Distribution Function. Describes the way