Hi, guys.
I have a problem with data reading from file.
The contents of the file is:
n a b alpha beta
5 0 3.1415926536 1 -1
But I receiving:
With this line of code I'm traing to visualize the data:
I have a problem with data reading from file.
The contents of the file is:
n a b alpha beta
5 0 3.1415926536 1 -1
But I receiving:
With this line of code I'm traing to visualize the data:
Code:
print "(i1, f2.1, f11.10, f5.3, f5.3)", n, a, b, alpha, beta