|
|
|
@ -76,7 +76,7 @@ module opt_orient
|
|
|
|
|
|
|
|
|
|
integer :: i, arg_len
|
|
|
|
|
logical :: isortho, isrighthanded
|
|
|
|
|
character(len=8) :: ori_string
|
|
|
|
|
character(len=20) :: ori_string
|
|
|
|
|
|
|
|
|
|
!Pull out the new user orientation
|
|
|
|
|
do i = 1, 3
|
|
|
|
@ -139,7 +139,7 @@ module opt_orient
|
|
|
|
|
integer :: i, sbox_in, arg_len
|
|
|
|
|
real(kind = dp) :: new_orient(3,3)
|
|
|
|
|
character(len=100) :: textholder
|
|
|
|
|
character(len=8) :: ori_string
|
|
|
|
|
character(len=20) :: ori_string
|
|
|
|
|
|
|
|
|
|
arg_pos = arg_pos + 1
|
|
|
|
|
call get_command_argument(arg_pos, textholder,arg_len)
|
|
|
|
@ -158,4 +158,4 @@ module opt_orient
|
|
|
|
|
arg_pos = arg_pos + 1
|
|
|
|
|
|
|
|
|
|
end subroutine sbox_ori
|
|
|
|
|
end module opt_orient
|
|
|
|
|
end module opt_orient
|
|
|
|
|