TABLE OF CONTENTS


::pwtk::eelsi::clear

SYNOPSIS

proc ::pwtk::eelsi::clear {} {

DESCRIPTION

Clear the content of the turbo_eels.x input

SOURCE

    variable input_flow_list

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