function comp=getcomp()
%GETCOMP Returns the error id component name. 
%
%   COMP  = GETCOMP Returns the component name for an error ID

%   Copyright 1996-2003 The MathWorks, Inc.
%   $Revision: 1.1.6.1 $  $Date: 2003/08/01 18:24:16 $

comp = 'map';


