Hi, I’ve got a problem with format statement. I have a loop and during each iteration I want to add to the existing file a new column (without deleting the previously written). Can someone help me? In short a I’d like to obtain something like this:
(1 iteration) (2 iteration) (3 iteration)
A1 B1 C1
A2 B2 C2
A3 B3 C3
A1…B1…C3 are double precision, I’m using f77
Thank you very much in advance
(1 iteration) (2 iteration) (3 iteration)
A1 B1 C1
A2 B2 C2
A3 B3 C3
A1…B1…C3 are double precision, I’m using f77
Thank you very much in advance