You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
integer :: ios
open(1, form='unformatted', decimal='comma', iostat=ios)
! test 9: decimal= specifier is not allowed in unformatted i/o
if( ios == 0 ) then
ERROR STOP 1
endif
end
The decimal= specifier can only appear on formatted I/O.