Simulation Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

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