The information in this article applies to:
SYMPTOMSCompiling a source file that contains an assignment of the smallest positive REAL*8 literal constant to a REAL*8 or DOUBLE PRECISION variable causes the following compiler warning message:
RESOLUTIONUse the TINY() intrinsic function to convert a number to the smallest positive REAL*8 value, and then use the result in your calculations. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSample Code to Illustrate Problem and Workaround
Program Output0.000000000000000E+000 Additional query words: 4.00
Keywords : kbFortranPS kbLangFortran |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |