Simulation Core
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMouseHoleEnum.f90 995 B

1 년 전
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. module CMouseHoleEnum
  2. use OperationScenariosModule
  3. implicit none
  4. contains
  5. subroutine Evaluate_MouseHole()
  6. implicit none
  7. ! if (DriveType == TopDrive_DriveType) then
  8. !#ifdef OST
  9. ! if(print_log) print*, 'Evaluate_MouseHole=TopDrive'
  10. !#endif
  11. ! endif
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. ! if (DriveType == Kelly_DriveType) then
  19. !#ifdef OST
  20. ! if(print_log) print*, 'Evaluate_MouseHole=Kelly'
  21. !#endif
  22. ! endif
  23. end subroutine
  24. subroutine Subscribe_MouseHole()
  25. !use CDrillingConsoleVariables
  26. use SimulationVariables
  27. use SimulationVariables
  28. implicit none
  29. !call OnFillMouseHolePress%Add(ButtonPress_MouseHole)
  30. end subroutine
  31. !subroutine ButtonPress_MouseHole()
  32. ! implicit none
  33. ! if(print_log) print*, 'ButtonPress_MouseHole'
  34. !end subroutine
  35. end module CMouseHoleEnum