Skip to content

Commit

Permalink
Merge pull request #415 from StephaneMichoulier/unmod
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed May 11, 2023
2 parents 473cb55 + cc45d36 commit eddddb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/moddump_dustadd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ subroutine modify_dump(npart,npartoftype,massoftype,xyzh,vxyzu)
enddo

enddo
endif

if (use_dustgrowth) then
call set_dustprop(npart)
endif
if (use_dustgrowth) then
call set_dustprop(npart)
endif
endif

Expand Down

0 comments on commit eddddb1

Please sign in to comment.