XBeach
Public Attributes
constants Module Reference

List of all members.

Public Attributes

integer, parameter, public spkind = kind(1.0)
integer, parameter, public dpkind = kind(1.0d0)
real(kind=dpkind), parameter,
public 
pi = 4*atan(1.0_dpkind)
complex(kind=dpkind),
parameter, public 
compi = (0.0_dpkind, 1.0_dpkind)

Detailed Description

Definition at line 23 of file constants.F90.


Member Data Documentation

complex(kind=dpkind), parameter, public constants::compi = (0.0_dpkind, 1.0_dpkind)

Definition at line 32 of file constants.F90.

integer, parameter, public constants::dpkind = kind(1.0d0)

Definition at line 30 of file constants.F90.

real(kind=dpkind), parameter, public constants::pi = 4*atan(1.0_dpkind)

Definition at line 31 of file constants.F90.

integer, parameter, public constants::spkind = kind(1.0)

Definition at line 29 of file constants.F90.


The documentation for this module was generated from the following file:
 All Classes Files Functions Variables Defines