Bonjour,
J'ai deux tableaux déclarés tel suit :
Quand, je tente d'allouer via :Code:double precision, dimension(:), allocatable :: t_0, t_f,
J'ai le message suivant à la compilation :Code:allocate(t_0(Nsttr),t_f(Nsttr),dT(Nsttr),Treal(Nsttr),T(Nsttr))
Quelqu'un aurait il un début d'aide ?Citation:
Illegal use of symbol t_0 - must be an allocatable array (fichier_in.f90: 97)
Merci :)