PartMC  2.6.1
Data Types | Modules | Variables
constants.F90 File Reference

The pmc_constants module. More...

Go to the source code of this file.

Data Types

type  pmc_constants::const_t
 Physical constants. More...
 

Modules

module  pmc_constants
 Physical constants.
 

Variables

integer, parameter pmc_constants::dp = kind(0.d0)
 Kind of a double precision real number. More...
 
integer, parameter pmc_constants::dc = dp
 Kind of a double precision complex number. More...
 
integer, parameter pmc_constants::i_kind = kind(1)
 Kind of an integer. More...
 
type(const_t), save pmc_constants::const
 Fixed variable for accessing the constant's values. More...
 

Detailed Description

The pmc_constants module.

Definition in file constants.F90.