stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 782da95495645c26a904e92b436b276e9bdc05c5
parent f8c9eaed46e17500e0e4873686eecbe4b0fd79e2
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 25 Feb 2025 15:20:36 +0100

Remove useless code and comment

Should have been removed when -D incompatibilities where fixed

Diffstat:
Msrc/stardis-compute-probe-boundary.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/stardis-compute-probe-boundary.c b/src/stardis-compute-probe-boundary.c @@ -872,7 +872,6 @@ compute_single_flux_probe_on_interface struct sdis_estimator* estimator = NULL; struct sdis_solve_probe_boundary_flux_args args = SDIS_SOLVE_PROBE_BOUNDARY_FLUX_ARGS_DEFAULT; - struct dump_path_context dump_ctx; FILE* stream_r = NULL; struct time compute_start, compute_end; @@ -895,9 +894,6 @@ compute_single_flux_probe_on_interface (&time, stardis, start, &compute_start, &compute_end, NULL)); ERR(print_single_MC_result(estimator, stardis, stdout)); - - /* TODO: warning if dump paths requested */ - } /* Output random state? */