TABLE OF CONTENTS


::pwtk::speci::get

SYNOPSIS

proc ::pwtk::speci::get {} {

DESCRIPTION

Return the content of the turbo_spectrum.x input.

SOURCE

    variable namelist_flow_list
    
    # N.B. turbo_spectrum.x does not have the wfcdir variable, hence
    # ::pwtk::lri::loadDefaults_ is not OK
    namespace eval ::pwtk::input {
        defaultVarValue_ LR_INPUT prefix  ""
        defaultVarValue_ LR_INPUT outdir [::pwtk::getDir_ QEdir(ESPRESSO_TMPDIR)]
    }

    foreach nml $namelist_flow_list {
        append inp [::pwtk::input::namelistGet $nml]
    }
   
    return $inp
}