Manual merge of control box code

This commit is contained in:
Alex Selimov 2020-10-30 19:38:27 -04:00
commit 4dcaddb2cb
16 changed files with 773 additions and 101 deletions

View file

@ -40,6 +40,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('-slip_plane')