johnnydarten
Programmer
Dear all,
I'm a Fortran beginner and I have a problem with PARAMETER definition within a file that I'm going to include in my main program. The problem arises when I got the following warning:
warning 533 - This declaration of PARAMETER MEASUREPT will result in a loss of precision
Where the line upon which the compiler objects is:
PARAMETER (MEASUREPT=0.0015,MEASUREANGLE=0)
I don't understand what is the problem with this definition and I'm afraid this might cause a hidden numerical error after that which will be hard to track....Can someone help?
Regards,
Johnnydarten
I'm a Fortran beginner and I have a problem with PARAMETER definition within a file that I'm going to include in my main program. The problem arises when I got the following warning:
warning 533 - This declaration of PARAMETER MEASUREPT will result in a loss of precision
Where the line upon which the compiler objects is:
PARAMETER (MEASUREPT=0.0015,MEASUREANGLE=0)
I don't understand what is the problem with this definition and I'm afraid this might cause a hidden numerical error after that which will be hard to track....Can someone help?
Regards,
Johnnydarten