TABLE OF CONTENTS


::pwtk::q2ri::getAffix

SYNOPSIS

proc ::pwtk::q2ri::getAffix {} { 

PURPOSE

Return the last part of the matdyn.x input file, that is, the cards following the Q2R (or INPUT) namelist.

SOURCE

    return [::pwtk::input::cardGetContent Q2R.affixCards]
}