ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
fortranparser_parameters.f90
Go to the documentation of this file.
1 !
2 ! Copyright (c) 2000-2008, Roland Schmehl. All rights reserved.
3 !
4 ! This software is distributable under the BSD license. See the terms of the
5 ! BSD license in the documentation provided with this software.
6 !
8  use itm_types
9  !--------- -------- --------- --------- --------- --------- --------- --------- -----
10  ! Specify data types
11  !--------- -------- --------- --------- --------- --------- --------- --------- -----
12  IMPLICIT NONE
13  INTEGER, PARAMETER :: rn = R8 ! Precision of real numbers
14  INTEGER, PARAMETER :: is = SELECTED_INT_KIND(1) ! Data type of bytecode
15 END MODULE fortranparser_parameters
16 
17