solstice-pp

Post-processing utilities for the solstice app
git clone git://git.meso-star.com/solstice-pp.git
Log | Files | Refs | README | LICENSE

commit df4c3f18ac2eb561392f487610aca0a24648e306
parent 883e335b0e58df33336c275d59fc3dd6435c5af4
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 21 Jul 2026 17:26:14 +0200

Fix a warning

Diffstat:
Mthemis/themis.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/themis/themis.c b/themis/themis.c @@ -1264,6 +1264,7 @@ main(int argc, char** argv) const double themis_target[3] = { 0, 6.2, 87.15};/* to compute slant range */ const double corr = 4. ;/* correction length due to offset of the stl */ size_t i; + (void)argc; (void)argv; /* Spectra */ print_section("Spectra");