Added deform box option and allowed for reading time information from restart files

This commit is contained in:
Alex Selimov 2020-08-10 15:52:19 -04:00
parent 8d939ed942
commit 724e573287
6 changed files with 117 additions and 11 deletions

View file

@ -3,6 +3,7 @@ subroutine call_option(option, arg_pos)
use opt_disl
use opt_group
use opt_orient
use opt_deform
use opt_delete
use box
implicit none
@ -31,6 +32,8 @@ subroutine call_option(option, arg_pos)
bound_called = .true.
case('-sbox_ori')
call sbox_ori(arg_pos)
case('-deform')
call deform(arg_pos)
case('-delete')
call run_delete(arg_pos)
case('-set_cac')