Skip to content

Commit

Permalink
merge changes from trunk:
Browse files Browse the repository at this point in the history
make the outgoing message buffer plenty long so if you have
filenames up to 129 chars long there is still room to prepend
strings in front of the name in log messages.  bug reported
by jared lee.

git-svn-id: https://svn-dares-dart.cgd.ucar.edu/DART/releases/Kodiak@6024 dfa8782c-da17-4c45-ba5c-5625b50a00d6

Former-commit-id: 649036482009cb4653b6bcb74516c3bf6d18a916
  • Loading branch information
nancycollins committed Mar 26, 2013
1 parent 72748c7 commit b858ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs_sequence/obs_sequence_tool.f90
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ program obs_sequence_tool
character(len = metadatalength) :: read_format, meta_data
logical :: pre_I_format, all_gone
logical :: trim_first, trim_last
character(len = 129) :: msgstring
character(len = 255) :: msgstring

! could go into namelist if you wanted more control
integer, parameter :: print_every = 20000
Expand Down

0 comments on commit b858ae3

Please sign in to comment.