ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
mod_solver.f90
Go to the documentation of this file.
1 module mod_solver
2 
3  use itm_types
4 
5  implicit none
6 
7  real(r8), allocatable :: kkbig(:,:)
8 
9  integer(itm_i4) :: kklda
10 
11 end module mod_solver