TABLE OF CONTENTS


::pwtk::pp

SYNOPSIS

proc ::pwtk::pp {pp} {

PURPOSE

Explicitly set the full pathname/filename for pp.x executable (i.e. /full/path/to/pp.x).

RETURN VALUE

The value of the pp.

SOURCE

    variable QEprog

    return [set QEprog(PP) [findExecutable $pp]]
}