TABLE OF CONTENTS


::pwtk::matdyn

SYNOPSIS

proc ::pwtk::matdyn {matdyn} {

PURPOSE

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

RETURN VALUE

The value of the matdyn.

SOURCE

    variable QEprog

    return [set QEprog(MATDYN) [findExecutable $matdyn]]
}