Fichiers | Programmes | Routines | Fonctions | Includes | Search | Modules |
---|
Source original
MODULE modaffmodaff is used by
modaff does not use anything.
modaff defines private routines
modaff does not include anything.
INTERFACE fafiche
MODULE PROCEDURE fafint, fafreal
END INTERFACE
CONTAINS
SUBROUTINE fafintfafint is not called.
fafint does not call anything.
fafint does not use anything.
fafint does not include anything.
(n) ; INTEGER :: n
PRINT*,'n est entier',n
END SUBROUTINE fafint
SUBROUTINE fafrealfafreal is not called.
fafreal does not call anything.
fafreal does not use anything.
fafreal does not include anything.
(r) ; REAL :: r
PRINT*,'r est real',r
END SUBROUTINE fafreal
END MODULE modaff