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
!ERROR: I/O unit must be a character variable or a scalar integer expression, but is an expression of type REAL(4)
150
151
write(1.0, *)
151
152
write(internal_fileA, *)
152
-
!! Not sure why this isn't an error with this message: I/O unit must be a character variable or a scalar integer expression, but is an expression of type CHARACTER(1)
153
+
!ERROR: I/O unit must be a character variable or a scalar integer expression, but is an expression of type CHARACTER(1)
0 commit comments