Skip to content

Commit

Permalink
Fix typo in four tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gayno committed Jan 14, 2025
1 parent 2197dff commit 97314f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/orog/ftst_inside_polygon.F90
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,6 @@ program inside_polygon
if (inside) stop 18 ! Test point should be outside polygon.

print*,"OK"
print*,"SUCCSSS"
print*,"SUCCESS"

end program inside_polygon
2 changes: 1 addition & 1 deletion tests/orog/ftst_read_global_mask.F90
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ program read_gbl_mask
enddo

print*,"OK"
print*,"SUCCSSS"
print*,"SUCCESS"

end program read_gbl_mask
2 changes: 1 addition & 1 deletion tests/orog/ftst_read_global_orog.F90
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ program read_gbl_orog
enddo

print*,"OK"
print*,"SUCCSSS"
print*,"SUCCESS"

end program read_gbl_orog
2 changes: 1 addition & 1 deletion tests/orog/ftst_rm_isolated_pts.F90
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,6 @@ program rm_isolated_pts
deallocate (slm_expected, oro_expected, var_expected, var4_expected, oa_expected, ol_expected)

print*,"OK"
print*,"SUCCSSS"
print*,"SUCCESS"

end program rm_isolated_pts

0 comments on commit 97314f4

Please sign in to comment.