SDA (SDA flex)  7.2
Simulation of Diffusional Association
Data Types | Modules | Functions/Subroutines
mod_histogram.f90 File Reference

Data Types

type  mod_histogram::type_int_hist
 Data type for storing binned data (eg. Radial distribution functions) More...
 
type  mod_histogram::type_real_hist
 Data type for real array of normalised binned data. More...
 
interface  mod_histogram::new_histogram
 Interface for creating new histogram instance that contains either integer counts, or normalised real data. More...
 
interface  mod_histogram::delete_histogram
 Interface for deleting histogram. More...
 

Modules

module  mod_histogram
 Module to define a histogram to store binned data.
 

Functions/Subroutines

subroutine mod_histogram::new_int_histogram (this, length, unit_width, opt_initial_value)
 Create a new histogram instance. More...
 
subroutine mod_histogram::new_real_histogram (this, length, unit_width, opt_initial_value)
 Create a new real histogram instance for storing normalised data. More...
 
subroutine mod_histogram::delete_int_histogram (this)
 Delete a histogram and release memory. More...
 
subroutine mod_histogram::delete_real_histogram (this)
 Delete a normalised histogram and release memory. More...
 
Imprint/Privacy