TABLE OF CONTENTS
::pwtk::nebo::getEact
SYNOPSIS
proc ::pwtk::nebo::getEact {nebo {index end}} {
PURPOSE
Get forward (->) activation energy.
ARGUMENTS
- nebo -- neb.x output file
- index -- which activation energy to return (first = 0, last = end)
SOURCE
return [::pwtk::grep_field {activation energy (->)} $nebo end-1 $index] }