star-hitran

Load line-by-line data from the HITRAN database
git clone git://git.meso-star.fr/star-hitran.git
Log | Files | Refs | README | LICENSE

commit abd9fbb943622d7083dd7aec105c91cf032580a1
parent c67215c15a7603efc011203a477c8dff0d9b5f46
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 11 Mar 2022 13:29:02 +0100

Remove useless comments

Diffstat:
Msrc/test_shtr_lines.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test_shtr_lines.c b/src/test_shtr_lines.c @@ -454,13 +454,13 @@ test_view(struct shtr* shtr) args.wavenumber_range[0] = 0; args.wavenumber_range[1] = INF; - args.molecules[0].id = 3; /* 24 */ + args.molecules[0].id = 3; args.molecules[0].isotope_ids_local[0] = 4; args.molecules[0].isotope_ids_local[1] = 1; args.molecules[0].isotope_ids_local[2] = 2; args.molecules[0].isotope_ids_local[3] = 0; args.molecules[0].nisotopes = 4; - args.molecules[1].id = 1; /* 11 */ + args.molecules[1].id = 1; args.molecules[1].isotope_ids_local[0] = 4; args.molecules[1].isotope_ids_local[1] = 3; args.molecules[1].nisotopes = 2;