Skip to content

Commit

Permalink
further test development
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Nov 4, 2023
1 parent 4d657cf commit f4fde1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion model/tests/test_io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ program test_io

! Make sure we got the values we expected.
if (nopts .ne. 11) stop 11
do i = 1, nopts
print *, ptnme(i), ptloc(1, i), ptloc(2, i)
end do


print *, 'SUCCESS!'
end program test_io

0 comments on commit f4fde1b

Please sign in to comment.