Added ability to have spaces in orient string if passed with quotes

This commit is contained in:
Alex Selimov 2020-05-19 15:42:38 -04:00
parent 66670671b5
commit ffbe83f2f5
4 changed files with 11 additions and 8 deletions

View file

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