Hi all, I have a problem I'm trying to solve.
I have a code that has written a simple ascii text file like this:
write(ilun_out, '(E23.15,A,E23.15,A,E23.15,A,E23.15)' x, ' ', y, ' ', z, ' ', rho
So this provides a nice looking ascii file with four columns, separated by a small space. Now...