!COMPILER-GENERATED INTERFACE MODULE: Wed Feb 13 14:25:51 2019 ! This source file is for reference only and may not completely ! represent the generated interface used by the compiler. MODULE STOKES__genmod INTERFACE SUBROUTINE STOKES(HRMS,OMEGA,K,H,Z,USTOKES,ORDER_STK) REAL(KIND=8) :: HRMS REAL(KIND=8) :: OMEGA REAL(KIND=8) :: K REAL(KIND=8) :: H REAL(KIND=8) :: Z REAL(KIND=8) :: USTOKES INTEGER(KIND=4) :: ORDER_STK END SUBROUTINE STOKES END INTERFACE END MODULE STOKES__genmod