Working changes to boundary command

This commit is contained in:
Alex Selimov 2020-03-05 16:19:30 -05:00
parent 80c931d77a
commit 0ad06a2d6b
6 changed files with 19 additions and 10 deletions

View file

@ -28,6 +28,7 @@ subroutine call_option(option, arg_pos)
arg_pos=arg_pos+1
call get_command_argument(arg_pos, box_bc)
arg_pos=arg_pos+1
bound_called = .true.
case('-delete')
call run_delete(arg_pos)
case default