Skip to content

Commit

Permalink
Update example with 'len' function.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-ricardo committed Jan 3, 2021
1 parent 37f8ac1 commit c6c9f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test_link.f08
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ program test_link
call L%append(Vel)
call L%append(Vel2)

write(*,*)'The list has ',L%len(),' items'
!-------------
!Foward sweep
!-------------
Expand Down

0 comments on commit c6c9f7d

Please sign in to comment.