Simulation Core
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

CStudentStationVariables.f90 404 B

1 yıl önce
123456789101112131415
  1. module CStudentStationVariables
  2. ! use CVoidEventHandlerCollection
  3. implicit none
  4. public
  5. ! Input vars
  6. type StudentStationType
  7. logical :: FillupHeadInstallation
  8. logical :: PitGainLossZero
  9. logical :: MudBoxInstallation
  10. logical :: TapSelector
  11. end type StudentStationType
  12. contains
  13. end module CStudentStationVariables