Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed another string variable NetCDF bug
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jan 12, 2023
1 parent 9859c24 commit 600c1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encounter/encounter_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ module subroutine encounter_io_netcdf_write_frame_snapshot(self, history, param)

! Internals
integer(I4B) :: i, idslot, old_mode, npl, ntp
character(len=:), allocatable :: charstring
character(len=STRMAX) :: charstring

select type(param)
class is (swiftest_parameters)
Expand Down

0 comments on commit 600c1b0

Please sign in to comment.