(git:c5411e0)
Loading...
Searching...
No Matches
cp_units::cp_unit_type Type Reference

stores a unit More...

Data Fields

integer n_kinds = -1
 
integer, dimension(cp_unit_max_kindskind_id = -1
 
integer, dimension(cp_unit_max_kindsunit_id = -1
 
integer, dimension(cp_unit_max_kindspower = -1
 

Detailed Description

stores a unit

Parameters
kindthe kind of unit (energy, length,...)
unitthe actual unit (Joule, eV,...)
Author
fawzi

Definition at line 132 of file cp_units.F.

Field Documentation

◆ n_kinds

integer cp_units::cp_unit_type::n_kinds = -1

Definition at line 133 of file cp_units.F.

◆ kind_id

integer, dimension(cp_unit_max_kinds) cp_units::cp_unit_type::kind_id = -1

Definition at line 134 of file cp_units.F.

◆ unit_id

integer, dimension(cp_unit_max_kinds) cp_units::cp_unit_type::unit_id = -1

Definition at line 134 of file cp_units.F.

◆ power

integer, dimension(cp_unit_max_kinds) cp_units::cp_unit_type::power = -1

Definition at line 134 of file cp_units.F.


The documentation for this type was generated from the following file: