DISPATCH
rt_solver_mod.f90
1 !===============================================================================
2 !> This data type is used only to present a common name for all RT solvers
3 !===============================================================================
5  USE rt_mod
6  implicit none
7  private
8  type, public, extends(rt_t):: rt_solver_t
9  end type
10 CONTAINS
11 END MODULE rt_solver_mod
This data type is used only to present a common name for all RT solvers.
Module to set up angles and bins for an RT patch with only absorption. This means that the only extra...
Definition: rt_mod.f90:46