VMS Help FORTRAN, Error Messages, Compilation Errors, INCFUNTYP *Conan The Librarian (sorry for the slow response - running on an old VAX) |
SEVERITY: F MESSAGE TEXT: Inconsistent function data types EXPLANATION: The function name and entry points in a function subprogram must be consistent within one of three groups of data types: Group 1: All numeric types except REAL*16 and COMPLEX*16 Group 2: REAL*16 and COMPLEX*16 Group 3: Character Example: CHARACTER*15 FUNCTION I REAL*4 G ENTRY G
|