Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

file reading problem

milenko1976
Beginner
219 Views
I have written program to read file,works fine.When I put it as a module in my big programe first value has not been read:
0.0000000E+00 1.000000 1.800000 63.69000 472.9700
801.4300 3.710000 35.07000 15.63000 6.150000
170.0300 1.938000 47.99000 55.85000 268.3500
59.74400 34.29000 426.4800 966.7300 150.8800
794.5800 7.790000 18.97000 499.7490 90.99000
506.3410 766.8510 3.245000 374.9400 525.4500
7.620000 643.8100 17.54000 8.269000 35.05000
15.36000 234.0700 116.7900 42.94000 59.87000
1.978000 67.37000 19.81000 62.90000 342.9200
30.00000 208.4700 1.936000 3.729000 5.399000
219.0620 1.879000 3.500000 70.81000 54.88300
165.1700 8.760000
Why?
0 Kudos
1 Reply
Arjen_Markus
Honored Contributor I
219 Views

Can you post a test program that shows that the module is not working?
You posted two source files, but the relationship between them is not really
clear. What we are missing is an easy way to reproduce this error. Now we
have to read a lot of code that seems unrelated.

Regards,

Arjen

0 Kudos
Reply