Working changes for reading .cac files
This commit is contained in:
parent
e6d7741060
commit
b3e05da6a4
5 changed files with 83 additions and 16 deletions
|
@ -33,8 +33,10 @@ subroutine call_option(option, arg_pos)
|
|||
call sbox_ori(arg_pos)
|
||||
case('-delete')
|
||||
call run_delete(arg_pos)
|
||||
case('-set_cac')
|
||||
arg_pos = arg_pos+3
|
||||
case default
|
||||
print *, 'Option ', trim(adjustl(option)), ' is not currently accepted.'
|
||||
stop 3
|
||||
end select
|
||||
end subroutine call_option
|
||||
end subroutine call_option
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue