TABLE OF CONTENTS


::pwtk::davi::get

SYNOPSIS

proc ::pwtk::davi::get {} {

DESCRIPTION

Return the content of the turbo_davidson.x input

SOURCE

    variable namelist_flow_list
    
    ::pwtk::lri::loadDefaults_

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