TABLE OF CONTENTS


::pwtk::davi::clear

SYNOPSIS

proc ::pwtk::davi::clear {} {

DESCRIPTION

Clear the content of the turbo_davidson.x input

SOURCE

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