This functions prints some summary information for a bootgam performed in
Xpose, or for a bootscm performed in PsN.
Usage
bootgam.print(bootgam.obj =NULL)
Arguments
bootgam.obj
The bootgam or bootscm object.
Value
No value returned
Author
Ron Keizer
Examples
if(FALSE){bootgam.print(current.bootgam)# Print summary for the current Xpose bootgam objectbootgam.print(current.bootscm)# Print summary for the current Xpose bootscm object}