Fichiers | Programmes | Routines | Fonctions | Includes | Search | Modules |
---|
Source original
SUBROUTINE f90subrf90subr is not called.
f90subr does not call anything.
f90subr uses
f90subr does not include anything.
IMPLICIT NONE
USE type_point
INTERFACE SUBROUTINE sp1(n)
INTEGER, INTENT(in) :: n
INTERFACE SUBROUTINE sp2(n)
INTEGER, INTENT(in) :: n
END SUBROUTINE sp2
END INTERFACE
END SUBROUTINE sp1
END INTERFACE
TYPE (point) :: c, a = point(0.,1.), b = point(1.,2.)
INTEGER :: n = 2
c = a + b ; PRINT*,'c=',c
CALL private_subroutine
PRINT*,'choix=',choix(1,2,&
! le choix est aisé
! But this is a real oneprint*, 'Voici ',choix(a),' ici'