Skip to content

Commit

Permalink
Add prints
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Mar 10, 2024
1 parent ae2bda6 commit 921456f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/version_f.f90
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ subroutine parse_comp_set(this)
comp%version%major = 2
comp%version%minor = 1
comp%version%patch = 0
print *, 'before array extension: ', this%comps(1)%op ! Pay attention to this
this%comps = [this%comps, comp]
print *, 'after array extension: ', this%comps(1)%op ! And this
end
end

0 comments on commit 921456f

Please sign in to comment.