Simulation Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
621 B

  1. !COMPILER-GENERATED INTERFACE MODULE: Mon Jan 30 12:46:31 2023
  2. ! This source file is for reference only and may not completely
  3. ! represent the generated interface used by the compiler.
  4. MODULE KICKFUNCTIONSCALCULATOR__genmod
  5. INTERFACE
  6. SUBROUTINE KICKFUNCTIONSCALCULATOR(EXITVALUE,GASPOCKETNO, &
  7. &CALCMODE)
  8. REAL(KIND=8) :: EXITVALUE
  9. INTEGER(KIND=4) :: GASPOCKETNO
  10. INTEGER(KIND=4) :: CALCMODE
  11. END SUBROUTINE KICKFUNCTIONSCALCULATOR
  12. END INTERFACE
  13. END MODULE KICKFUNCTIONSCALCULATOR__genmod