Skip to content

Commit

Permalink
method
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 6, 2024
1 parent 446b925 commit f8f35ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/ParticleTracking/prt-prp.f90
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ subroutine prp_options(this, option, found)
this%idrymeth = 2
case default
write (errmsg, '(a, a)') &
'Unknown dry tracking strategy: ', trim(keyword)
'Unknown dry tracking method: ', trim(keyword)
call store_error(errmsg)
write (errmsg, '(a, a)') &
'DRY must be "DROP", "STOP" or "STAY"'
Expand Down

0 comments on commit f8f35ef

Please sign in to comment.