From 4b9589e7b366a4f4e1672c418e9e80e55cbc4738 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Fri, 25 Jun 2021 10:50:54 -0400 Subject: [PATCH] Fix to dynamic allocation --- src/io.f90 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/io.f90 b/src/io.f90 index a7947a5..aab20c9 100644 --- a/src/io.f90 +++ b/src/io.f90 @@ -890,6 +890,9 @@ module io read(11,*) textholder read(11,*) in_atoms + + call grow_ele_arrays(in_eles-ele_num, in_atoms-atom_num) + !read in atom masses read(11, *) textholder read(11, '(a)') textholder