Skip to content

Commit

Permalink
correct bug in machine.F
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTrahanNOAA committed May 25, 2022
1 parent 641544c commit 942f9ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion physics/machine.F
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module machine

integer, parameter :: kind_io4 = 4, kind_io8 = 8 , kind_ior = 8 &
&, kind_evod = 8, kind_dbl_prec = 8 &
&, kind_sngl_prec = 4
&, kind_sngl_prec = 4, kind_INTEGER = 4 &
&, kind_LOGICAL = 4

#ifdef SINGLE_PREC
integer, parameter :: kind_rad = kind_sngl_prec &
Expand Down

0 comments on commit 942f9ad

Please sign in to comment.