Added sbox_ori option for when reading in restart files

This commit is contained in:
Alex Selimov 2020-03-20 13:14:26 -04:00
parent 4868a30e57
commit a9b266d757
3 changed files with 35 additions and 0 deletions

View file

@ -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