Skip to content

Commit

Permalink
fixed typo in output
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jul 22, 2019
1 parent 9b5cf1b commit d6cd79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sami2py/fortran/sami2py-1.00.f
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ program main
call output ( hrut,ntm,istep )
tprnt = 0.
elseif ( tprnt .ge. dthr ) then
print *,'no ouput yet - hour = ',hrut
print *,'no output yet -- hour = ',hrut
tprnt = 0.
endif

Expand Down

0 comments on commit d6cd79b

Please sign in to comment.