ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
cos_precision.f90
Go to the documentation of this file.
1 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8 !*******************************************************************************
10  implicit none
11  integer,parameter :: DP=kind(1.0D0)
12  type tab_ptr
13  real(DP),dimension(:),pointer :: val
14  end type tab_ptr
15 end module cos_precision
16 !*******************************************************************************