Simulation Core
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.

CBitProblemsVariables.i90 445 B

1 år sedan
12345678910111213141516
  1. # 1 "/mnt/c/Projects/VSIM/SimulationCore2/CSharp/Problems/CBitProblemsVariables.f90"
  2. module CBitProblemsVariables
  3. use CProblemDifinition
  4. implicit none
  5. public
  6. ! Input vars
  7. type:: BitProblemsType
  8. type(CProblem) :: PlugJets
  9. type(CProblem) :: JetWashout
  10. integer :: PlugJetsCount
  11. integer :: JetWashoutCount
  12. end type BitProblemsType
  13. contains
  14. end module CBitProblemsVariables