commit ef7ebfcae52edcef15d6670aacece69d93b20a28
parent 938989c5e06f79e761f5929512291ea7931ba9b5
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 4 Apr 2025 15:13:28 +0200
Minor typo corrections
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/sdis.h b/src/sdis.h
@@ -862,7 +862,7 @@ struct sdis_solve_boundary_flux_args {
10000, /* #realisations */ \
NULL, /* List or primitive ids */ \
0, /* #primitives */ \
- {DBL_MAX,DBL_MAX}, /* Time range */ \
+ {DBL_MAX, DBL_MAX}, /* Time range */ \
1, /* Picard order */ \
NULL, /* RNG state */ \
SSP_RNG_THREEFRY, /* RNG type */ \
diff --git a/src/sdis_heat_path_boundary_Xd_handle_external_net_flux.h b/src/sdis_heat_path_boundary_Xd_handle_external_net_flux.h
@@ -489,7 +489,7 @@ XD(handle_external_net_flux)
res = XD(check_handle_external_net_flux_args)(scn, FUNC_NAME, args);
if(res != RES_OK) goto error;
- /* Setup the interface fragment on flud side */
+ /* Setup the interface fragment on fluid side */
frag = *args->frag;
if(sdis_medium_get_type(args->interf->medium_front) == SDIS_FLUID) {
frag.side = SDIS_FRONT;