Loading...
Searching...
No Matches
dc_units::units Type Reference

Public Attributes

real(dp) factor
integer nelems
character(token), dimension(:), pointer name
character(token) offset
real(dp), dimension(:), pointer power

Detailed Description

Definition at line 28 of file dc_units.f90.

Member Data Documentation

◆ factor

real(dp) dc_units::units::factor

Definition at line 29 of file dc_units.f90.

29 real(DP):: factor

◆ name

character(token), dimension(:), pointer dc_units::units::name

Definition at line 31 of file dc_units.f90.

31 character(TOKEN), pointer:: name(:)

◆ nelems

integer dc_units::units::nelems

Definition at line 30 of file dc_units.f90.

30 integer:: nelems

◆ offset

character(token) dc_units::units::offset

Definition at line 32 of file dc_units.f90.

32 character(TOKEN):: offset

◆ power

real(dp), dimension(:), pointer dc_units::units::power

Definition at line 33 of file dc_units.f90.

33 real(DP), pointer:: power(:)

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