VMEC 8.52
3D Equilibrium solver with nested flux surfaces.
|
Parse the first command-line argument into a filename. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | parse_extension (file_to_parse, file_or_extension, lnc) |
Parse the first command-line argument into a filename. | |
Parse the first command-line argument into a filename.
Definition in file parse_extension.f.
subroutine parse_extension | ( | character(len=*), intent(inout) | file_to_parse, |
character(len=*), intent(in) | file_or_extension, | ||
logical, intent(out) | lnc ) |
Parse the first command-line argument into a filename.
file_to_parse | actual filename to read the input for VMEC from |
file_or_extension | first command-line parameter given to VMEC |
lnc | flag to indicate that a netCDF file is given |
Definition at line 9 of file parse_extension.f.
Referenced by read_wout_mod::read_wout_file::readw_and_open().