hi,
I am new on this forum.
I have a little problem with writing data to output file. I have created a matrix of approximately 20 columns.
However, when I write this matrix to a text file, Fortran puts every row in my matrix on different lines. E.g.,
1. num1 num2 num3 num4 numb5 num6
2. num7 num8 num9
instead of:
1. num1 num2 ... num9
How can I overcome this problem?
Thanks!
Jeroen
I am new on this forum.
I have a little problem with writing data to output file. I have created a matrix of approximately 20 columns.
However, when I write this matrix to a text file, Fortran puts every row in my matrix on different lines. E.g.,
1. num1 num2 num3 num4 numb5 num6
2. num7 num8 num9
instead of:
1. num1 num2 ... num9
How can I overcome this problem?
Thanks!
Jeroen