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

17 行
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