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.
 
 
 
 
 
 

17 lines
346 B

  1. # 1 "/home/admin/SimulationCore2/CSharp/Equipments/ControlPanels/CHookVariables.f90"
  2. module CHookVariables
  3. !**use CRealEventHandlerCollection
  4. ! use CHookActions
  5. implicit none
  6. Type :: HookType
  7. real :: HookHeight_S = 0.0
  8. real :: HookHeight
  9. end type HookType
  10. contains
  11. end module CHookVariables