Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Aug 1, 2023
1 parent c81a5fa commit a53fd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diag_manager/fms_diag_output_buffer.F90
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ subroutine allocate_buffer_2d(this, buff_type, buff_sizes, field_name, diurnal_s
allocate(integer(kind=i8_kind) :: this%buffer(buff_sizes(1), buff_sizes(2)))
allocate(real(kind=r8_kind) :: this%counter(buff_sizes(1), buff_sizes(2)))
allocate(real(kind=r8_kind) :: this%count_0d(n_samples))
this%counter = 0.0_r8_kind
this%counter = 0.0_r8_kind
this%count_0d = 0.0_r8_kind
this%buffer_type = i8
type is (real(kind=r4_kind))
Expand Down

0 comments on commit a53fd81

Please sign in to comment.