From 195df61d1b83959838147e031c70caddecb33aca Mon Sep 17 00:00:00 2001 From: Marc DeGraef Date: Thu, 12 Dec 2024 09:58:51 -0500 Subject: [PATCH] disabled a popall() command... unclear why this didn't work --- Source/EMsoftOOLib/program_mods/mod_DIfiles.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/EMsoftOOLib/program_mods/mod_DIfiles.f90 b/Source/EMsoftOOLib/program_mods/mod_DIfiles.f90 index 231f865..90c766e 100644 --- a/Source/EMsoftOOLib/program_mods/mod_DIfiles.f90 +++ b/Source/EMsoftOOLib/program_mods/mod_DIfiles.f90 @@ -1674,7 +1674,7 @@ recursive subroutine readDotProductFile_(self, EMsoft, HDF, HDFnames, dpfile, hd end if ! and close the HDF5 dot product file -call HDF%popall() +!call HDF%popall() end associate