Skip to content

Commit

Permalink
Leftover from merging develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg41 committed Feb 6, 2025
1 parent 77a7f33 commit 5a3b7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,8 @@ void test_grib2_select_PDTN()
ECCODES_ASSERT( 85 == grib2_select_PDTN(eps, !instant, 0, 0, 0, aerosol, 0) );

// Aerosol optical
Assert( 49 == grib2_select_PDTN(eps, instant, 0, 0, 0, 0, aerosol_optical) );
Assert( 50 == grib2_select_PDTN(!eps, instant, 0, 0, 0, 0, aerosol_optical) );
ECCODES_ASSERT( 49 == grib2_select_PDTN(eps, instant, 0, 0, 0, 0, aerosol_optical) );
ECCODES_ASSERT( 50 == grib2_select_PDTN(!eps, instant, 0, 0, 0, 0, aerosol_optical) );

// Plain vanilla
ECCODES_ASSERT( 0 == grib2_select_PDTN(!eps, instant, !chemical, !chemical_srcsink, !chemical_distfn, !aerosol, 0) );
Expand Down

0 comments on commit 5a3b7ec

Please sign in to comment.