- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
I defined a somewhat complicated structure and I use DATA statements to define each element of the structure. I am having a strange problem, as follows:
If I use a statement of the form
DATA EXPERT(1)%FREQ(2)%SIG%b1 / 0.278 /
it compiles properly and the debugger indicates that the values are being defined properly.
On the other hand, if I use "." instead of "%" in the data statement (which should be equvalent), I get the following errors:
Error: Syntax error, found '.' when expecting one of: ( :: , ; ) % . / = =>
DATA EXPERT(1).FREQ(2).SIG.b1 / 0.278 /
----------------------------^
Error: Syntax error, found END-OF-STATEMENT when expecting one of: ( ...
DATA EXPERT(1).FREQ(2).SIG.b1 / 0.278 /
Is this a bug in the compiler, or am I doing anyhing wrong? Executable statements using the dot notation, and data statements for elements of the form EXPERT(1).FREQ(2).CASE(1).c1, seem to work OK. BTW, I am using CVF 6.6A
Thanks,
Gabriel
If I use a statement of the form
DATA EXPERT(1)%FREQ(2)%SIG%b1 / 0.278 /
it compiles properly and the debugger indicates that the values are being defined properly.
On the other hand, if I use "." instead of "%" in the data statement (which should be equvalent), I get the following errors:
Error: Syntax error, found '.' when expecting one of: ( :: ,
DATA EXPERT(1).FREQ(2).SIG.b1 / 0.278 /
----------------------------^
Error: Syntax error, found END-OF-STATEMENT when expecting one of: (
DATA EXPERT(1).FREQ(2).SIG.b1 / 0.278 /
Is this a bug in the compiler, or am I doing anyhing wrong? Executable statements using the dot notation, and data statements for elements of the form EXPERT(1).FREQ(2).CASE(1).c1, seem to work OK. BTW, I am using CVF 6.6A
Thanks,
Gabriel
- Etiquetas:
- Intel® Fortran Compiler
Enlace copiado
1 Responder
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Responder
Opciones de temas
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla