Remove sub_box_arrary_bd as it isn't needed

This commit is contained in:
Alex Selimov 2020-03-20 10:44:31 -04:00
parent 5b767038c2
commit de1d230b87
2 changed files with 1 additions and 10 deletions

View file

@ -158,9 +158,6 @@ module mode_create
sub_box_num = 1
sub_box_ori(:,:,1) = orient
sub_box_bd(:,1) = box_bd
sub_box_array_bd(1,:,1) = 1
sub_box_array_bd(2,1,1) = atom_num
sub_box_array_bd(2,2,1) = ele_num
end subroutine create
!This subroutine parses the command and pulls out information needed for mode_create
subroutine parse_command(arg_pos)