TABLE OF CONTENTS


::pwtk::lani::clear

SYNOPSIS

proc ::pwtk::lani::clear {} {

DESCRIPTION

Clear the content of the turbo_lanczos.x input

SOURCE

    variable input_flow_list
    foreach name $input_flow_list {
        ::pwtk::input::clear $name
    }
}