TABLE OF CONTENTS


::pwtk::bands

SYNOPSIS

proc ::pwtk::bands {bands} {

PURPOSE

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

RETURN VALUE

The value of the bands.

SOURCE

    variable QEprog

    return [set QEprog(BANDS) [findExecutable $bands]]
}