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.

CInstallMudBucketPermission.f90 804 B

1 year ago
123456789101112131415161718192021222324252627282930313233343536
  1. module CInstallMudBucketPermission
  2. use OperationScenariosModule
  3. implicit none
  4. contains
  5. subroutine Evaluate_InstallMudBucketPermission()
  6. implicit none
  7. ! if (DriveType == TopDrive_DriveType) then
  8. !#ifdef OST
  9. ! print*, 'Evaluate_InstallMudBucketPermission=TopDrive'
  10. !#endif
  11. ! endif
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. !
  19. ! if (DriveType == Kelly_DriveType) then
  20. !#ifdef OST
  21. ! print*, 'Evaluate_InstallMudBucketPermission=Kelly'
  22. !#endif
  23. ! endif
  24. end subroutine
  25. subroutine Subscribe_InstallMudBucketPermission()
  26. implicit none
  27. ! imp me...
  28. end subroutine
  29. end module CInstallMudBucketPermission