Skip to content
Snippets Groups Projects
header.m 279 B
Newer Older
function result = header( self )

% tsg_nc/header -- get header hashtable used to construct "tsg_nc" object.
%
% Input
% -----
% self   ........... instance of 'tsg_nc' object
%
% Output
% ------
% result ...........  hashtable
%
% $Id$


result = self.header;