TABLE OF CONTENTS


::pwtk::magi::clear

SYNOPSIS

proc ::pwtk::magi::clear {} {

DESCRIPTION

Clear the content of the turbo_magnon.x input

SOURCE

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