Simulation Core
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

CBitProblemsVariables.i90 445 B

1 yıl önce
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