TABLE OF CONTENTS


::pwtk::turbo_spectrum

SYNOPSIS

proc ::pwtk::turbo_spectrum {turbo_spectrum} {

PURPOSE

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

RETURN VALUE

The value of the turbo_spectrum.

SOURCE

    variable QEprog

    return [set QEprog(TURBO_SPECTRUM) [findExecutable $turbo_spectrum]]
}