Skip to content

Commit

Permalink
remove trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
abrooks1085 committed Oct 20, 2023
1 parent aa35299 commit 225101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpp/include/mpp_write_2Ddecomp.fh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
!write time information if new time
if( newtime )then
if( KIND(time).EQ.r8_kind )then
error = NF_PUT_VAR1_DOUBLE( mpp_file(iunit)%ncid, mpp_file(iunit)%id, &
error = NF_PUT_VAR1_DOUBLE( mpp_file(iunit)%ncid, mpp_file(iunit)%id, &
& mpp_file(iunit:iunit)%time_level, time )
else if( KIND(time).EQ.r4_kind )then
error = NF90_PUT_VAR ( mpp_file(iunit)%ncid, mpp_file(iunit)%id, time)
Expand Down

0 comments on commit 225101e

Please sign in to comment.