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

Commit

Permalink
It compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 18, 2022
1 parent a41f331 commit a009b55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/swiftest_classes.f90
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ module swiftest_classes
type swiftest_storage_frame
class(*), allocatable :: item
contains
procedure :: store => util_copy_store !! Stores a snapshot of the nbody system so that later it can be retrieved for saving to file.
generic :: assignment(=) => store
final :: util_final_storage_frame
procedure :: store => util_copy_store !! Stores a snapshot of the nbody system so that later it can be retrieved for saving to file.
generic :: assignment(=) => store
final :: util_final_storage_frame
end type

type :: swiftest_storage(nframes)
Expand Down

0 comments on commit a009b55

Please sign in to comment.