Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
hist1d
Function
11 statements
Source File
cosp_stats.f90
MOD_COSP_STATS
hist1d
Contents
public function hist1d(Npoints, var, Nbins, bins)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
Npoints
real(kind=wp),
intent(in),
dimension(Npoints)
::
var
integer,
intent(in)
::
Nbins
real(kind=wp),
intent(in),
dimension(Nbins+1)
::
bins
Return Value
real(kind=wp), dimension(Nbins)
Contents