Simulation Core
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

CHookVariables.i90 355 B

1年前
12345678910111213141516
  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