V3FIT
Main Page
Related Pages
Modules
Modules List
Module Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions/Subroutines
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Data Types List
Data Types List
Data Types
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions/Subroutines
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
x
y
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
b
c
g
i
l
m
n
p
t
v
w
Functions/Subroutines
b
c
g
i
m
p
t
v
w
Variables
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Macros
Pages
LIBSTELL
Sources
Track
spec_kind_mod.f90
1
MODULE
spec_kind_mod
2
!-------------------------------------------------------------------------------
3
!For REAL variables:
4
! Use p=6, r=35 for single precision on 32 bit machine
5
! Use p=12,r=100 for double precision on 32 bit machine
6
! for single precision on 64 bit machine
7
!Parameters for SELECTED_REAL_KIND:
8
! p -number of digits
9
! r -range of exponent from -r to r
10
!-------------------------------------------------------------------------------
11
INTEGER
,
PARAMETER
:: &
12
rspec = selected_real_kind(p=12,r=100), &
13
ispec = selected_int_kind(r=8)
14
15
END MODULE
spec_kind_mod
Generated on Thu Mar 5 2020 15:49:25 for V3FIT by
1.8.17