Citation:
f77 -O3 -o SOURCE/PROCESS/ftn/nom_programme.o -c SOURCE/PROCESS/ftn/nom_programme.f -I/home/utilisateursnis/mon_nom/LOGICIEL/SOURCE/INCL
SOURCE/PROCESS/ftn/nom_programme.f: In subroutine `nom_programme.f':
SOURCE/PROCESS/ftn/nom_programme.f:86: warning:
call pickname(mater,1,'MAVOL ',mavol)
1
SOURCE/PROCESS/ftn/nom_programme.f:102: (continued):
call pickname(scontac,1,'NPAS ',npas)
2
Argument #4 of `pickname' is one type at (2) but is some other type at (1) [info -f g77 M GLOBALS]
SOURCE/PROCESS/ftn/nom_programme.f:121:
write(br3,"(a)")"# ipas nc "// &
1 2
Missing operand for operator at (1) at end of expression at (2)
SOURCE/PROCESS/ftn/nom_programme.f:121:
write(br3,"(a)")"# ipas nc "// &
^
Invalid form for WRITE statement at (^)
SOURCE/PROCESS/ftn/nom_programme.f:122:
" rayon sigtra"
^
Statement at (^) begins with invalid token [info -f g77 M LEX]
SOURCE/PROCESS/ftn/nom_programme.f:136:
write(br3,"(a)")"# ipas nc "// &
1 2
Missing operand for operator at (1) at end of expression at (2)
SOURCE/PROCESS/ftn/nom_programme.f:136:
write(br3,"(a)")"# ipas nc "// &
^
Invalid form for WRITE statement at (^)
SOURCE/PROCESS/ftn/nom_programme.f:137:
" rayon sigtra"
^
Statement at (^) begins with invalid token [info -f g77 M LEX]
SOURCE/PROCESS/ftn/nom_programme.f:126: warning:
call picknum(scontac,1,scontac_ipas,ipas)
1
SOURCE/PROCESS/ftn/nom_programme.f:187: (continued):
call picknum(noeud,nonoe,noeud_coord,qc)
2
Argument #4 of `picknum' is one type at (2) but is some other type at (1) [info -f g77 M GLOBALS]
SOURCE/PROCESS/ftn/nom_programme.f:126: warning:
call picknum(scontac,1,scontac_ipas,ipas)
1
SOURCE/PROCESS/ftn/nom_programme.f:188: (continued):
call picknum(noeud,nonoe,noeud_vitesf,qv)
2
Argument #4 of `picknum' is one type at (2) but is some other type at (1) [info -f g77 M GLOBALS]
SOURCE/PROCESS/ftn/nom_programme.f:126: warning:
call picknum(scontac,1,scontac_ipas,ipas)
1
SOURCE/PROCESS/ftn/nom_programme.f:189: (continued):
call picknum(corci,i,corci_ray,ai)
2
Argument #4 of `picknum' is one type at (2) but is some other type at (1) [info -f g77 M GLOBALS]
SOURCE/PROCESS/ftn/nom_programme.f:126: warning:
call picknum(scontac,1,scontac_ipas,ipas)
1
SOURCE/PROCESS/ftn/nom_programme.f:190: (continued):
call picknum(corci,i,corci_masse,mi)
2
Argument #4 of `picknum' is one type at (2) but is some other type at (1) [info -f g77 M GLOBALS]
SOURCE/PROCESS/ftn/nom_programme.f:126: warning:
call picknum(scontac,1,scontac_ipas,ipas)
1
SOURCE/PROCESS/ftn/nom_programme.f:193: (continued):
call picknum(corci,i,corci_surf,surf)
2
Argument #4 of `picknum' is one type at (2) but is some other type at (1) [info -f g77 M GLOBALS]
SOURCE/PROCESS/ftn/nom_programme.f:126: warning:
call picknum(scontac,1,scontac_ipas,ipas)
1
SOURCE/PROCESS/ftn/nom_programme.f:278: (continued):
call picknum(contact,kk,contact_fcij,fcij)
2
Argument #4 of `picknum' is one type at (2) but is some other type at (1) [info -f g77 M GLOBALS]
SOURCE/PROCESS/ftn/nom_programme.f:126: warning:
call picknum(scontac,1,scontac_ipas,ipas)
1
SOURCE/PROCESS/ftn/nom_programme.f:279: (continued):
call picknum(contact,kk,contact_fcji,fcji)
2
Argument #4 of `picknum' is one type at (2) but is some other type at (1) [info -f g77 M GLOBALS]
SOURCE/PROCESS/ftn/nom_programme.f:126: warning:
call picknum(scontac,1,scontac_ipas,ipas)
1
SOURCE/PROCESS/ftn/nom_programme.f:292: (continued):
call picknum(contact,kk,contact_norcont,n)
2
Argument #4 of `picknum' is one type at (2) but is some other type at (1) [info -f g77 M GLOBALS]
SOURCE/PROCESS/ftn/nom_programme.f:639: warning:
call putname(corci,nc0,'RAY ',aj)
1
SOURCE/PROCESS/ftn/nom_programme.f:640: (continued):
call putname(corci,nc0,'NONOE ',nn0)
2
Argument #4 of `putname' is one type at (2) but is some other type at (1) [info -f g77 M GLOBALS]
make: *** [SOURCE/PROCESS/ftn/nom_programme.o] Erreur 1
Vrai semblablement le problème se situe au niveau des "write" des caractères je pense.