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
IDL> t=create_struct({test, value:0.0},10,2)
% Unable to convert variable tagname to type struct.
% Execution halted at: $MAIN$
but accepted in GDL
GDL> t=create_struct({test, value:0.0},10,2)
(and a series of other bad tests ...)
The text was updated successfully, but these errors were encountered:
(not the same case than #1627 )
(and a series of other bad tests ...)
The text was updated successfully, but these errors were encountered: