Fix to dynamic allocation

development
Alex Selimov 3 years ago
parent c84383b5e1
commit 4b9589e7b3

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

Loading…
Cancel
Save