Working read from pycac.out file format

This commit is contained in:
Alex Selimov 2020-10-16 19:48:06 -04:00
parent dadc1f7a4a
commit 5949f04103
7 changed files with 213 additions and 16 deletions

View file

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