Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
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
|