VMEC 8.52
3D Equilibrium solver with nested flux surfaces.
Loading...
Searching...
No Matches
stel_kinds.f90
Go to the documentation of this file.
1
3
4 implicit none
5
6!----------------------------------------------------------------------
7! Kind specifications
8!----------------------------------------------------------------------
9
10 INTEGER, PARAMETER :: rprec = selected_real_kind(12,100)
11 INTEGER, PARAMETER :: iprec = selected_int_kind(8)
12 INTEGER, PARAMETER :: cprec = kind((1.0_rprec,1.0_rprec))
13 INTEGER, PARAMETER :: dp = rprec
14
15END MODULE stel_kinds
integer, parameter dp
integer, parameter iprec
integer, parameter rprec
integer, parameter cprec