Hallo All,
I am using Fortran 90 (as a compiler I use gfortran), my code uses complex numbers and during a check on the output I found that the imaginary part of two numbers instead of being 0 as expected are:
3.60739284587612705E-313
2.56963542402032328E-320
I performed a -fbound-checks searching for any error but I found none.
Do you have any idea which kind of error in the code might lead to such numbers?
cheers,
thank you
Paolo
I am using Fortran 90 (as a compiler I use gfortran), my code uses complex numbers and during a check on the output I found that the imaginary part of two numbers instead of being 0 as expected are:
3.60739284587612705E-313
2.56963542402032328E-320
I performed a -fbound-checks searching for any error but I found none.
Do you have any idea which kind of error in the code might lead to such numbers?
cheers,
thank you
Paolo