Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- # 1 "/home/admin/SimulationCore2/CSharp/StudentStation/CStudentStationVariables.f90"
- module CStudentStationVariables
- ! use CVoidEventHandlerCollection
- implicit none
- public
-
- ! Input vars
- type StudentStationType
- logical :: FillupHeadInstallation
- logical :: PitGainLossZero
- logical :: MudBoxInstallation
- logical :: TapSelector
- end type StudentStationType
-
- contains
- end module CStudentStationVariables
|