Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
1234567891011121314 |
- module CRotaryProblemsVariables
- use CProblemDifinition
- implicit none
- public
-
- ! Input vars
- type::RotaryProblemsType
- type(CProblem) :: MotorFail
- type(CProblem) :: OverideTorqueLimit
- end type RotaryProblemsType
-
- contains
-
- end module CRotaryProblemsVariables
|