TABLE OF CONTENTS


::pwtk::magi::get

SYNOPSIS

proc ::pwtk::magi::get {} {

DESCRIPTION

Return the content of the turbo_magnon.x input

SOURCE

    variable namelist_flow_list
    
    ::pwtk::lri::loadDefaults_

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