Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- # 1 "/mnt/c/Projects/VSIM/SimulationCore2/CSharp/Problems/CBitProblemsVariables.f90"
- module CBitProblemsVariables
- use CProblemDifinition
- implicit none
- public
-
- ! Input vars
- type:: BitProblemsType
- type(CProblem) :: PlugJets
- type(CProblem) :: JetWashout
- integer :: PlugJetsCount
- integer :: JetWashoutCount
- end type BitProblemsType
-
- contains
- end module CBitProblemsVariables
|