Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Jul 31, 2023
1 parent ffd4d6d commit b4e4d9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion diag_manager/fms_diag_field_object.F90
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ subroutine set_data_buffer_is_allocated (this, data_buffer_is_allocated)
class (fmsDiagField_type) , intent(inout) :: this !< The field object
logical, intent (in) :: data_buffer_is_allocated !< .true. if the
!! data buffer is allocated

this%data_buffer_is_allocated = data_buffer_is_allocated
end subroutine set_data_buffer_is_allocated

Expand Down

0 comments on commit b4e4d9b

Please sign in to comment.