Skip to content

Commit

Permalink
update output message
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jul 17, 2019
1 parent da28e83 commit 9536f2c
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 9536f2c

Please sign in to comment.