Added sbox_ori option for when reading in restart files
This commit is contained in:
parent
4868a30e57
commit
a9b266d757
3 changed files with 35 additions and 0 deletions
|
@ -29,6 +29,8 @@ subroutine call_option(option, arg_pos)
|
|||
call get_command_argument(arg_pos, box_bc)
|
||||
arg_pos=arg_pos+1
|
||||
bound_called = .true.
|
||||
case('-sbox_ori')
|
||||
call sbox_ori(arg_pos)
|
||||
case('-delete')
|
||||
call run_delete(arg_pos)
|
||||
case default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue