Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallic2 committed Aug 14, 2023
1 parent 9e70819 commit bdb79b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diag_manager/fms_diag_file_object.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ subroutine write_field_data(this, field_obj, buffer_obj)
integer :: field_id !< The id of the field writing the data from

diag_file => this%FMS_diag_file
fileobj => diag_file%fileobj
fms2io_fileobj => diag_file%fms2io_fileobj

!TODO This may be offloaded in the future
if (diag_file%is_static) then
Expand Down

0 comments on commit bdb79b8

Please sign in to comment.