Index: mttroot/mtt/lib/comp/simple/SS_eqn.m ================================================================== --- mttroot/mtt/lib/comp/simple/SS_eqn.m +++ mttroot/mtt/lib/comp/simple/SS_eqn.m @@ -17,10 +17,13 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ +% %% Revision 1.6 1996/12/05 09:49:09 peterg +% %% Explicit computation of port number from string. +% %% % %% Revision 1.5 1996/12/04 21:27:53 peterg % %% Replaced str2num by sprintf % %% % %% Revision 1.4 1996/08/18 20:06:21 peter % %% Included zero outputs. @@ -45,12 +48,12 @@ % Blank is taken to be external % If its a numbered port: % cr contains 'MTT_port' % arg contains port number -effort_attribute = cr -flow_attribute = args +effort_attribute = cr; +flow_attribute = args; if length(effort_attribute)==0 effort_attribute = 'external'; end;