How to declare a procedure?
Example:interface subroutine one_arg(x) real, intent(inout) :: x end subroutine one_arg recursive subroutine two_args(x, y) real, intent(inout) :: x, y end subroutine two_argsend interface
Previous slide
Next slide
Back to first slide
View graphic version