First working version of reading in .cac format. Works for two separate orientations
This commit is contained in:
parent
4038cab76f
commit
b52d7761e0
4 changed files with 34 additions and 29 deletions
|
@ -34,7 +34,7 @@ subroutine call_option(option, arg_pos)
|
|||
case('-delete')
|
||||
call run_delete(arg_pos)
|
||||
case('-set_cac')
|
||||
arg_pos = arg_pos+3
|
||||
arg_pos=arg_pos +3
|
||||
case default
|
||||
print *, 'Option ', trim(adjustl(option)), ' is not currently accepted.'
|
||||
stop 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue