Merge branch '30_parsePhasePartOnce' into 19-NewStylePhenopowerlaw

This commit is contained in:
Martin Diehl 2018-06-27 09:05:37 +02:00
commit fb528dad52
1 changed files with 2 additions and 0 deletions

View File

@ -345,6 +345,8 @@ subroutine free(this)
class(tPartitionedStringList), target, intent(in) :: this
type(tPartitionedStringList), pointer :: new, item
if (.not. associated(this%next)) return
item => this%next
do while (associated(item%next))
new => item