MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Real64MinMax
Derived Type
4 statements
Source File
MAPL_MinMax.F90
MAPL_MinMaxMod
Real64MinMax
Contents
Variables
max
min
Source Code
Real64MinMax
type, public :: Real64MinMax
Components
Type
Visibility
Attributes
Name
Initial
real(kind=REAL64),
public
::
max
real(kind=REAL64),
public
::
min
Source Code
type
Real64MinMax
real
(
kind
=
REAL64
)
::
min
real
(
kind
=
REAL64
)
::
max
end type
Real64MinMax