Software Archive
Read-only legacy content
17061 Discussions

What does this error mesage mean?

Intel_C_Intel
Employee
817 Views
f90: Error: DEC$ DESCRIPTOR/REFERENCE ATTRIBUTE valid only on interface dummy.

This error message appeared when I was trying to compile a simpe test program using the netCDF libs. Could someone give me a clue what the problem is? The error message occurs for every call of any of netCDF funtions.

Thanks, Jochen
0 Kudos
2 Replies
Steven_L_Intel1
Employee
817 Views
Well, the message means that the code used !DEC$ ATTRIBUTES REFERENCE (or DESCRIPTOR) outside of an INTERFACE block. What does the code look like? (Small excerpt, please.)

Steve
0 Kudos
isn-removed200637
817 Views
You may have omitted or accidently deleted an END INTERFACE statement.
0 Kudos
Reply