Skip to content

Commit

Permalink
Update src/aero_particle.F90
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Curtis <[email protected]>
  • Loading branch information
tangwhiap and jcurtis2 authored Jan 22, 2025
1 parent 144b720 commit 49d142d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aero_particle.F90
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ subroutine aero_particle_zero(aero_particle, aero_data)
allocate(aero_particle%component(0))
aero_particle%least_create_time = 0d0
aero_particle%greatest_create_time = 0d0
aero_particle%frozen = .FALSE.
aero_particle%frozen = .false.
aero_particle%imf_temperature = 0d0
aero_particle%den_ice = -9999d0
aero_particle%ice_shape_phi = -9999d0
Expand Down

0 comments on commit 49d142d

Please sign in to comment.