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.
 
 
 
 
 
 

16 lines
675 B

  1. module PermissionsVariables
  2. ! use CVoidEventHandlerCollection
  3. type::PermissionsType
  4. logical :: FillupHeadPermission = .false.
  5. logical :: InstallFillupHeadPermission = .false.
  6. logical :: InstallMudBucketPermission = .false.
  7. logical :: IrIbopPermission = .false.
  8. logical :: IrSafetyValvePermission = .false.
  9. logical :: RemoveFillupHeadPermission = .false.
  10. logical :: RemoveMudBucketPermission = .false.
  11. logical :: SwingDrillPermission = .false.
  12. logical :: SwingOffPermission = .false.
  13. logical :: SwingTiltPermission = .false.
  14. end type PermissionsType
  15. contains
  16. end module