From a009b559dff4de9a7abd5963a75dc8eeb96e6662 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Sat, 17 Dec 2022 20:29:39 -0500 Subject: [PATCH] It compiles --- src/modules/swiftest_classes.f90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/swiftest_classes.f90 b/src/modules/swiftest_classes.f90 index 972e3751f..813426dc7 100644 --- a/src/modules/swiftest_classes.f90 +++ b/src/modules/swiftest_classes.f90 @@ -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)