Simulation Core
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

17 rader
355 B

  1. # 1 "/mnt/c/Projects/VSIM/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