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.

pump_dia__genmod.f90 621 B

1 year ago
123456789101112131415
  1. !COMPILER-GENERATED INTERFACE MODULE: Mon Jan 30 12:46:35 2023
  2. ! This source file is for reference only and may not completely
  3. ! represent the generated interface used by the compiler.
  4. MODULE PUMP_DIA__genmod
  5. INTERFACE
  6. SUBROUTINE PUMP_DIA(X1,X2,X3,X5,X6,PUMP_NO)
  7. REAL(KIND=4) :: X1
  8. REAL(KIND=4) :: X2
  9. REAL(KIND=4) :: X3
  10. REAL(KIND=4) :: X5
  11. REAL(KIND=4) :: X6
  12. INTEGER(KIND=4) :: PUMP_NO
  13. END SUBROUTINE PUMP_DIA
  14. END INTERFACE
  15. END MODULE PUMP_DIA__genmod