Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- 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
|