Error de Compilación Gfortran
Publicado por Juan Camilo Hernández Díaz (2 intervenciones) el 03/10/2011 17:40:54
Hola a todos.
Estoy tratando de compilar un codigo escrito en fortran llamado ECOMSED, el siguiente mensaje de error surge cuando trato de compilar el programa:
Alguien podria ayudarme a solucionar este problema? de antemano muchas gracias.
Estoy tratando de compilar un codigo escrito en fortran llamado ECOMSED, el siguiente mensaje de error surge cuando trato de compilar el programa:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
ptide.f:148.10:
DATA DKON/'S2 ','M2 ','N2 ','K1 ','P1 ','O1 ','Z0 '/
1
Error: Incompatible types in DATA statement at (1); attempted conversion of CHARACTER(1) to INTEGER(4)
ptide.f:147.10:
DATA KBLANK/' '/,KEQUI/'EQUI'/
1
Error: Incompatible types in DATA statement at (1); attempted conversion of CHARACTER(1) to INTEGER(4)
ptide.f:443.10:
DATA KBLANK/' '/
1
Error: Incompatible types in DATA statement at (1); attempted conversion of CHARACTER(1) to INTEGER(4)
ptide.f:875.11:
DATA KONCO2/
1
Error: Incompatible types in DATA statement at (1); attempted conversion of CHARACTER(1) to INTEGER(4)
ptide.f:855.11:
DATA KONCO1/'P1 ','O1 ','S2 ','O1 ','M2 ','N2 ','S2 ',
1
Error: Incompatible types in DATA statement at (1); attempted conversion of CHARACTER(1) to INTEGER(4)
ptide.f:799.11:
DATA KON/
1
Error: Incompatible types in DATA statement at (1); attempted conversion of CHARACTER(1) to INTEGER(4)
make: *** [ptide.o] Error 1
Alguien podria ayudarme a solucionar este problema? de antemano muchas gracias.
Valora esta pregunta


0