CAMP 1.0.0
Chemistry Across Multiple Phases
Data Types | Modules | Variables
constants.F90 File Reference

The camp_constants module. More...

Go to the source code of this file.

Data Types

type  camp_constants::const_t
 Physical constants. More...
 

Modules

module  camp_constants
 Physical constants.
 

Variables

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

Detailed Description

The camp_constants module.

Definition in file constants.F90.