The information in this article applies to:
SYMPTOMSAttempting to use complex numbers as DIM() input arguments results in the following compilation error: The DIM() intrinsic function returns the difference between two input arguments if their difference is positive, or it returns zero otherwise. The DIM() intrinsic function no longer supports the use of complex numbers as input arguments. Note only the real part of the complex numbers is used to calculate the difference between the two input arguments. RESOLUTION
Obtain the real part of the complex number, and use it as the DIM()
intrinsic function input argument.
STATUSThis behavior is by design. MORE INFORMATIONSample Code to Illustrate Problem and Resolution
Additional query words: 4.00
Keywords : kbFortranPS kbLangFortran |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |