SDA (SDA flex)  7.2
Simulation of Diffusional Association
Public Attributes | List of all members
mod_histogram::type_real_hist Type Reference

Data type for real array of normalised binned data. More...

Collaboration diagram for mod_histogram::type_real_hist:

Public Attributes

real(kind=8), dimension(:), pointer phist
 Integer array to store binned data. More...
 
integer length
 Number of bins in data array. More...
 
real(kind=8) unit_width
 Unit value of a bin width for the data it stores. More...
 
real(kind=8) initial_value
 Unit value of the centre of first bin. More...
 

Detailed Description

Data type for real array of normalised binned data.

Member Data Documentation

◆ initial_value

real(kind=8) mod_histogram::type_real_hist::initial_value

Unit value of the centre of first bin.

◆ length

integer mod_histogram::type_real_hist::length

Number of bins in data array.

◆ phist

real(kind=8), dimension(:), pointer mod_histogram::type_real_hist::phist

Integer array to store binned data.

◆ unit_width

real(kind=8) mod_histogram::type_real_hist::unit_width

Unit value of a bin width for the data it stores.


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