TABLE OF CONTENTS


::pwtk::pri::clear

SYNOPSIS

proc ::pwtk::pri::clear {} {

DESCRIPTION

Clear the content of the projwfc.x input.

SOURCE

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