doublemint
- 138
- 0
Hello!
I am trying to write a code in Fortran to process the following data and write it into another file:
# energy (in eV), F(E) (in particles per m^2 per s per ster)
1.81E+17 8.3443E-28
2.26E+17 2.75658E-28
...
So far, I got the code to read everything, however, I can not get rid of the first two lines. Does anyone know how to?
Thanks
DoubleMint
I am trying to write a code in Fortran to process the following data and write it into another file:
# energy (in eV), F(E) (in particles per m^2 per s per ster)
1.81E+17 8.3443E-28
2.26E+17 2.75658E-28
...
So far, I got the code to read everything, however, I can not get rid of the first two lines. Does anyone know how to?
Thanks
DoubleMint