Hi,
I'm using Intel FORTRAN and trying to write an array to a file. the array is initialiesd so all values are equal to -9.
The array is not complete, meaning that i do not want to output all the array values, i only want to output those not equal to -9. I want to write the array to lines of...