SICOPOLIS V3.3
Modules | Variables
sico_types_m.F90 File Reference

Declarations of kind types for SICOPOLIS. More...

Go to the source code of this file.

Modules

module  sico_types_m
 Declarations of kind types for SICOPOLIS.
 

Variables

integer, parameter sico_types_m::i1b = selected_int_kind(2)
 1-byte integers More...
 
integer, parameter sico_types_m::i2b = selected_int_kind(4)
 2-byte integers More...
 
integer, parameter sico_types_m::i4b = selected_int_kind(9)
 4-byte integers More...
 
integer, parameter sico_types_m::sp = kind(1.0)
 Single-precision reals. More...
 
integer, parameter sico_types_m::dp = kind(1.0d0)
 Double-precision reals. More...
 

Detailed Description

Declarations of kind types for SICOPOLIS.

Copyright

Copyright 2009-2017 Ralf Greve

License

This file is part of SICOPOLIS.

SICOPOLIS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SICOPOLIS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SICOPOLIS. If not, see http://www.gnu.org/licenses/.

Definition in file sico_types_m.F90.