Skip to content

Commit

Permalink
Update Examples/Iterators/iterator.F90
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Thompson <[email protected]>
  • Loading branch information
tclune and mathomp4 authored Jan 26, 2023
1 parent 1134f34 commit 90233d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Iterators/iterator.F90
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ program main
class(YAML_Node), allocatable :: node
integer :: status

p = Parser('core')
p = Parser()
node = p%load('iterator.yaml')
write(10,'(dt)', iostat=status) node

Expand Down

0 comments on commit 90233d9

Please sign in to comment.