check_nml_io Subroutine

subroutine check_nml_io(i, filename)

checks for EOF and gives helpful error this accomodates non-Fortran 2018 error stop with variable character

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: i
character(len=*), intent(in) :: filename

Called by

proc~~check_nml_io~~CalledByGraph proc~check_nml_io check_nml_io proc~read_configfile read_configfile proc~read_configfile->proc~check_nml_io interface~read_configfile read_configfile interface~read_configfile->proc~read_configfile program~magcalc MagCalc program~magcalc->interface~read_configfile program~gemini3d Gemini3D program~gemini3d->interface~read_configfile

Contents

None