From 14dd8ad755685add1d7db37614b3d42b3df89d92 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Wed, 15 Jan 2020 16:03:18 -0500 Subject: [PATCH] Fixes to mode_merge --- src/mode_convert.f90 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mode_convert.f90 b/src/mode_convert.f90 index 1f8a6bd..32ded60 100644 --- a/src/mode_convert.f90 +++ b/src/mode_convert.f90 @@ -13,8 +13,6 @@ module mode_convert integer, intent(out) :: arg_pos character(len=100) :: infile, outfile real(kind = dp) :: temp_box_bd(6) - !We have to allocate the element and atom arrays with a size of 1 for the read in code to work - call alloc_ele_arrays(1,1) !First read in the file call get_command_argument(2, infile) call get_in_file(infile)