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