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

17 行
468 B

  1. # 1 "/home/admin/SimulationCore2/CSharp/StudentStation/CStudentStationVariables.f90"
  2. module CStudentStationVariables
  3. ! use CVoidEventHandlerCollection
  4. implicit none
  5. public
  6. ! Input vars
  7. type StudentStationType
  8. logical :: FillupHeadInstallation
  9. logical :: PitGainLossZero
  10. logical :: MudBoxInstallation
  11. logical :: TapSelector
  12. end type StudentStationType
  13. contains
  14. end module CStudentStationVariables