Added ability to have spaces in orient string if passed with quotes
This commit is contained in:
parent
66670671b5
commit
ffbe83f2f5
4 changed files with 11 additions and 8 deletions
|
@ -51,7 +51,7 @@ module opt_disl
|
|||
|
||||
integer :: i,arglen
|
||||
character(len=100) :: textholder
|
||||
character(len=8) :: ori_string
|
||||
character(len=20) :: ori_string
|
||||
|
||||
!Parse all of the commands
|
||||
arg_pos = arg_pos + 1
|
||||
|
@ -601,4 +601,4 @@ module opt_disl
|
|||
return
|
||||
end subroutine vacancy_disloop
|
||||
|
||||
end module opt_disl
|
||||
end module opt_disl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue