Index: mttroot/mtt/lib/comp/simple/comp_ports.m ================================================================== --- mttroot/mtt/lib/comp/simple/comp_ports.m +++ mttroot/mtt/lib/comp/simple/comp_ports.m @@ -12,10 +12,13 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ +% %% Revision 1.7 1998/06/29 12:13:36 peterg +% %% Changed FP ports to f and p +% %% % %% Revision 1.6 1998/06/29 09:55:17 peterg % %% Changed name to FP from ES % %% % %% Revision 1.5 1998/04/12 15:01:53 peterg % %% Converted to uniform port notation - always use [] @@ -48,11 +51,11 @@ elseif length(findstr(comp_type,two_ports))==1 ports = ['[in]';'[out]']; elseif length(findstr(comp_type,'[-EMTF-]'))==1 ports = ['[in]';'[out]';'[mod]']; elseif length(findstr(comp_type,'[-FP-]'))==1 - ports = ['[f]';'[p]']; + ports = ['[p]';'[f]']; elseif length(findstr(comp_type,'[-PS-]'))==1 ports = ['[in]';'[out]';'[power]']; elseif length(findstr(comp_type,N_ports))==1 if N==1 ports = ['[in]'];