TABLE OF CONTENTS


::pwtk::speci::clear

SYNOPSIS

proc ::pwtk::speci::clear {} {

DESCRIPTION

Clear the content of the turbo_spectrum.x input.

SOURCE

    variable namelist_flow_list

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