TABLE OF CONTENTS


::pwtk::turbo_davidson

SYNOPSIS

proc ::pwtk::turbo_davidson {turbo_davidson} {

PURPOSE

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

RETURN VALUE

The value of the turbo_davidson.

SOURCE

    variable QEprog

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