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
Modules
vmec_seq.f
1
MODULE
vmec_seq
2
!-----------------------------------------------
3
! L o c a l P a r a m e t e r s
4
!-----------------------------------------------
5
INTEGER
,
PARAMETER
:: nseqmax = 100
6
!-----------------------------------------------
7
! L o c a l V a r i a b l e s
8
!-----------------------------------------------
9
INTEGER
:: nseq
10
INTEGER
,
DIMENSION(nseqmax)
:: nseq_select
11
CHARACTER(LEN=120)
,
DIMENSION(nseqmax)
:: extension
12
13
namelist /vseq/ nseq, nseq_select, extension
14
15
END MODULE
vmec_seq
Generated on Thu Mar 5 2020 15:49:24 for V3FIT by
1.8.17