Fix to dynamic allocation

This commit is contained in:
Alex Selimov 2021-06-25 10:50:54 -04:00
parent c84383b5e1
commit 4b9589e7b3

View File

@ -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