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.
|
- module COtherProblemsVariables
- use CProblemDifinition
- implicit none
- public
-
- ! Input vars
- TYPE:: OtherProblemsType
- type(CProblem) :: RigAlarm
- type(CProblem) :: RigWaterSupply
- type(CProblem) :: RigAir
- type(CProblem) :: Gen1
- type(CProblem) :: Gen2
- type(CProblem) :: Gen3
- type(CProblem) :: Gen4
- type(CProblem) :: Scr1
- type(CProblem) :: Scr2
- type(CProblem) :: Scr3
- type(CProblem) :: Scr4
- end type OtherProblemsType
- contains
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- end module COtherProblemsVariables
|