TABLE OF CONTENTS
::pwtk::phi::get
SYNOPSIS
proc ::pwtk::phi::get {} {
PURPOSE
Return the content of the ph.x input
SOURCE
loadDefaults_
set input_ [::pwtk::input::cardGetContent INPUTPH.titleLine]
append input_ [::pwtk::input::namelist.affixGet INPUTPH]
return [::pwtk::skipEmptyLines $input_]
}