Skip to content

Commit

Permalink
(#44) nightly test failure fixed, hopefully fixes #44
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Aug 7, 2020
1 parent 7dfc629 commit dbed6a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/part.F90
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,11 @@ subroutine init_part
dustgasprop(:,:) = 0.
VrelVf(:) = 0.
#endif
#ifdef IND_TIMESTEPS
ibin(:) = 0
ibin_old(:) = 0
ibin_wake(:) = 0
#endif

end subroutine init_part

Expand Down

0 comments on commit dbed6a9

Please sign in to comment.