From 5ccf3bb54604380f1dd90fda0f74774562da8d00 Mon Sep 17 00:00:00 2001
From: Brown <2mx@ornl.gov>
Date: Mon, 19 Jul 2021 07:49:24 -0400
Subject: [PATCH] remove call to destroy grid

call: grid%destroy, somehow screws up the
expData object that it was added to.
---
 sammy/src/fff/mfff9.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sammy/src/fff/mfff9.f90 b/sammy/src/fff/mfff9.f90
index 35edb7da9..4192ccf0c 100644
--- a/sammy/src/fff/mfff9.f90
+++ b/sammy/src/fff/mfff9.f90
@@ -207,7 +207,7 @@ module fff9_m
       END DO
 
       call expData%addGrid(grid)
-      call grid%destroy()
+      ! call grid%destroy()
 !
 !
 !
-- 
GitLab