Skip to content

Commit

Permalink
fix uninitialized var
Browse files Browse the repository at this point in the history
  • Loading branch information
rboman committed Jan 31, 2024
1 parent f2a6f7e commit 033f3d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/sph0/louis/src/SPH_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ subroutine particle_loadfromdisk(this, ufile, h_0)
this%p(1) = this%calcPressure(this%rho(1))
this%c = 0.d0
this%c(1) = this%calcCelerity(this%rho(1))
this%max_mu_ab = 0.d0
end subroutine particle_loadfromdisk

!> fixed_particle/getNeighbours is a routine that questions the "particle_sort" object
Expand Down

0 comments on commit 033f3d2

Please sign in to comment.