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
BOOTSJ
Sources
temp.f
1
FUNCTION
temp (x, T)
2
USE
stel_kinds
3
C-----------------------------------------------
4
C D u m m y A r g u m e n t s
5
C-----------------------------------------------
6
REAL
(rprec) :: x, temp, T(0:10)
7
C-----------------------------------------------
8
temp = (t(0) + x*(t(1) + x*(t(2) + x*(t(3) + x*(t(4) +
9
1 x*(t(5) + x*(t(6) + x*(t(7) + x*(t(8) + x*(t(9) + x*t(10)
10
2 ))))))))))
11
END FUNCTION
temp
Generated on Thu Mar 5 2020 15:49:23 for V3FIT by
1.8.17