Skip to content

Commit

Permalink
disabled a popall() command... unclear why this didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdegraef committed Dec 12, 2024
1 parent 7db0dd0 commit 195df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/EMsoftOOLib/program_mods/mod_DIfiles.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 195df61

Please sign in to comment.