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

@ -165,7 +165,7 @@ module mode_create
integer, intent(out) :: arg_pos
integer :: ori_pos, i, j, arglen, stat
character(len=100) :: textholder
character(len=8) :: orient_string
character(len=20) :: orient_string
logical :: isortho, isrighthanded
@ -518,4 +518,4 @@ module mode_create
end subroutine error_message
end module mode_create
end module mode_create