As usual, I obviously screwed up the indexes...
>   10         DAT(IDX)=VAL
<   10         DAT(IDX+1)=VAL
>              WRITE(2,*), i, DAT(i)
<              WRITE(2,*), i-1, DAT(i)


Le vendredi 31 août 2012 à 20:00 +0200, Gaël DONVAL a écrit :
> I have to learn fortran.
> I just thought this was a great opportunity to start that :)




-- 
To UNSUBSCRIBE, email to [email protected] 
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to