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

Commit

Permalink
Fixed bug that kept encounter data from being written
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 23, 2022
1 parent f378e69 commit 3ccde0b
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 @@ -173,7 +173,7 @@ module subroutine encounter_io_netcdf_write_frame_snapshot(self, history, param)
select type(pl => self%pl)
class is (swiftest_pl)
select type(tp => self%tp)
class is (swiftest_pl)
class is (swiftest_tp)
select type (nc => history%nc)
class is (encounter_netcdf_parameters)
associate(tslot => param%ioutput)
Expand Down

0 comments on commit 3ccde0b

Please sign in to comment.