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

    if { ! [file executable $turbo_spectrum] } {
        ::pwtk::error "specified turbo_spectrum.x program \"$turbo_spectrum\" is not executable."
    }
    return [set QEprog(TURBO_SPECTRUM) $turbo_spectrum]
}