Group: comp.lang.fortran · Group Profile · Search for Tricky in comp.lang.fortran
Author: Les
Date: Sep 27, 2007 02:04
"sh" <shintouille@gmail.com> wrote in message news:1190879068.354786.95780@19g2000hsx.googlegroups.com... Hi, I've just encountered a tricky I/O error in F90. Here is the loop ( I extracted the loop and put it in this trivial program): Program trick real model(100,100) integer i,j open(3,file='model.dat', status='old') DO i=1,100 DO j=1,100 ...
|