Explicit Subroutine Interfaces
Sorting some cases out requires doing special things in the caller
- When this happens, an explicit interface is required
- Explicit interfaces are a good idea anytime
General Rule:
- If it needs an array descriptor, it needs INTERFACE
- See assumed-shape arrays in Fortran 90