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.
|
- module SoftwareInputsVariables
- ! use CVoidEventHandlerCollection
- type:: SoftwareInputsType
- real :: HookHeight = 0
- real :: IbopHeight = 0
- real :: NearFloorConnection = 0
- real :: SafetyValveHeight = 0
- logical :: SlackOff = .false.
- integer :: StandRack = 0
- real :: StringPressure = 0
- real :: TdsStemJointHeight = 0
- logical :: ZeroStringSpeed = .false.
- end type SoftwareInputsType
-
- contains
-
- end module
|