Skip to content

Commit

Permalink
fixed data type
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Jan 24, 2024
1 parent c937a94 commit 07623fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fabm_particle.F90
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module fabm_particle
integer, parameter :: not_done = 0, busy = 1, done = 2

type type_model_reference
integer :: resolving = .false.
logical :: resolving = .false.
character(len=attribute_length) :: name = ''
class (type_base_model), pointer :: model => null()
type (type_model_id), pointer :: id => null()
Expand Down

0 comments on commit 07623fa

Please sign in to comment.