VMEC 8.52
3D Equilibrium solver with nested flux surfaces.
|
Convert a string to lower case. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | tolower (string) |
Convert a string to lower case. | |
Convert a string to lower case.
Definition in file tolower.f90.
subroutine tolower | ( | character (len=*), intent(inout) | string | ) |
Convert a string to lower case.
Note: string should NOT be a parameter (constant) or this seg faults
string | string to convert |
Definition at line 9 of file tolower.f90.
Referenced by pcurr(), piota(), and pmass().