Working read from pycac.out file format
This commit is contained in:
parent
dadc1f7a4a
commit
5949f04103
7 changed files with 213 additions and 16 deletions
|
@ -39,6 +39,8 @@ subroutine call_option(option, arg_pos)
|
|||
call run_delete(arg_pos)
|
||||
case('-set_cac')
|
||||
arg_pos=arg_pos +3
|
||||
case('-set_types')
|
||||
arg_pos = arg_pos + 3 + atom_types
|
||||
case('-redef_box')
|
||||
call redef_box(arg_pos)
|
||||
case default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue