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.

CRemoveMudBucketPermission.f90 782 B

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