TABLE OF CONTENTS


::pwtk::turbo_eels

SYNOPSIS

proc ::pwtk::turbo_eels {turbo_eels} {

PURPOSE

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

RETURN VALUE

The value of the turbo_eels.

SOURCE

    variable QEprog

    return [set QEprog(TURBO_EELS) [findExecutable $turbo_eels]]
}