Skip to content

Commit

Permalink
Update test_all_key_tables.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Dec 20, 2024
1 parent 7cab576 commit 3b0a5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_all_key_tables.F90
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ program test_all_tables
call get_g2_versionno('v062023', val1, ierr)
if (val1 .ne. 31) stop 2
call get_g2_versionno('v112022', val1, ierr)
if (val1 .ne. 31) stop 2
if (val1 .ne. 32) stop 2
call get_g2_versionno('preoper', val1, ierr)
if (val1 .ne. 33) stop 2
call get_g2_versionno('xxx', val1, ierr)
Expand Down

0 comments on commit 3b0a5de

Please sign in to comment.