htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit f3ef2a2d11cd3a94045f2aac2ad961749c5588f9
parent dc81f3e4d1ef6d9c840443d7aa0583a3659154d2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 22 Dec 2022 11:15:00 +0100

core: fix a spelling mistake in a comment

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

diff --git a/src/core/htrdr_ran_wlen_discrete.h b/src/core/htrdr_ran_wlen_discrete.h @@ -35,7 +35,7 @@ static const struct htrdr_ran_wlen_discrete_create_args HTRDR_RAN_WLEN_DISCRETE_CREATE_ARGS_NULL = HTRDR_RAN_WLEN_DISCRETE_CREATE_ARGS_NULL__; -/* Forware declarations */ +/* Forward declarations */ struct htrdr; struct htrdr_ran_wlen_discrete;