Recent content by eth

  1. E

    Fortran Reading variable row count from Fortran95 data file

    Thanks all, I got it working. I was just missing the end= command.
  2. E

    Fortran Reading variable row count from Fortran95 data file

    eek, can someone offer further explanation? what should it be "while"ing for? btw I'm using gfortran ubuntu 8.04 if anyone needed to know that...
  3. E

    Fortran Reading variable row count from Fortran95 data file

    [FONT="Courier New"]Hello, I'm pretty new to fortran95 and I've run into a stuck point extracting data from a file, here's what's up: I have a file test.dat that has 2 columns and variable number of rows (different experiments will yield different amounts of points). I want to put the data...