TABLE OF CONTENTS


::pwtk::pw

SYNOPSIS

proc ::pwtk::pw {pw} {

PURPOSE

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

RETURN VALUE

The value of the pw.

SOURCE

    variable QEprog

    return [set QEprog(PW) [findExecutable $pw]]   
}