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.
 
 
 
 
 
 

13 lines
538 B

  1. !COMPILER-GENERATED INTERFACE MODULE: Mon Jan 30 12:46:34 2023
  2. ! This source file is for reference only and may not completely
  3. ! represent the generated interface used by the compiler.
  4. MODULE BOP_CODE__genmod
  5. INTERFACE
  6. SUBROUTINE BOP_CODE(RAMTYPE,H_RAMBOP,RNUMBER)
  7. INTEGER(KIND=4) :: RAMTYPE
  8. REAL(KIND=4) :: H_RAMBOP
  9. INTEGER(KIND=4) :: RNUMBER
  10. END SUBROUTINE BOP_CODE
  11. END INTERFACE
  12. END MODULE BOP_CODE__genmod