Skip to content

Commit

Permalink
Update gridcomps/Cap/MAPL_CapGridComp.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
tclune authored Nov 14, 2024
1 parent 84c6832 commit ce10328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridcomps/Cap/MAPL_CapGridComp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ function get_vec_from_config(config, key, rc) result(vec)
call ESMF_ConfigFindLabel(config, key//":", isPresent = present, _RC)

if (present) then
do while(.true.)
do
call ESMF_ConfigNextLine(config, tableEnd=tableEnd, _RC)
if (tableEnd) exit
call ESMF_ConfigGetAttribute(config, value, _RC)
Expand Down

0 comments on commit ce10328

Please sign in to comment.