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

print same variable twice and get two different values.

mthsu
Beginner
330 Views
I have a very strange problem where I have two write statements (this was for debugging purpose) of such
write(*,*) 'BLA ERR1 = ',ERR
write(*,*) 'BLA ERR2 = ',ERR
and I get
BLA ERR1 = 0.0000
BLA ERR2 = 1000.00
Can anyone speculate where the problem may be?
Thanks.
0 Kudos
0 Replies
Reply