VMEC 8.52
3D Equilibrium solver with nested flux surfaces.
Loading...
Searching...
No Matches
vsvd0.f90
Go to the documentation of this file.
1
2MODULE vsvd0
3
4 USE stel_kinds
5
6 IMPLICIT NONE
7
8 INTEGER, PARAMETER :: nigroup = 100
9
10END MODULE vsvd0
Definition vsvd0.f90:2
integer, parameter nigroup
number of external current groups
Definition vsvd0.f90:8