From 9702ec85e9c37114fb0940dcb2577ccd6620e12e Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Fri, 14 Feb 2020 12:19:51 -0500 Subject: [PATCH] Added set max esize when reading in specific files --- src/io.f90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/io.f90 b/src/io.f90 index 088459a..cb33508 100644 --- a/src/io.f90 +++ b/src/io.f90 @@ -738,6 +738,7 @@ module io sub_box_num = sub_box_num + n - + + call set_max_esize end subroutine read_mb end module io