Working changes to boundary command
This commit is contained in:
parent
80c931d77a
commit
0ad06a2d6b
6 changed files with 19 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue