Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ find_enclosing_indices_test
find_first_occurrence_test
nml_test
parse_args_test
parse_csv_test
csv_read_test
sort_test
stacktest
obs_rwtest
Expand Down
4 changes: 4 additions & 0 deletions assimilation_code/modules/utilities/parse_args_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
! for the name=val form, a final & sets a return flag to indicate
! there is a following line that is part of the same context.
!
! if you need to fix any bugs in this code, also look at the
! get_csv_from_string() routine in the read_csv_mod module.
! it is derived from these routines.
!

module parse_args_mod

Expand Down
Loading