Index: mttroot/mtt/bin/trans/m/cbg2ese.m ================================================================== --- mttroot/mtt/bin/trans/m/cbg2ese.m +++ mttroot/mtt/bin/trans/m/cbg2ese.m @@ -20,10 +20,14 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ +% %% Revision 1.14 1997/08/26 07:51:10 peterg +% %% Now counts the local input and outputs by order of appearence rather +% %% than by port number - it therfore handles ports with bicausality correctely. +% %% % %% Revision 1.13 1997/05/19 16:45:56 peterg % %% Fixed ISW bug -- deleted spurious ISW_eqn.m file % %% % %% Revision 1.12 1997/04/15 09:17:26 peterg % %% Added the structure file - contains details of states etc. @@ -68,15 +72,16 @@ pc = '%'; % Set up the names corresponding to the structure matrix. structure_name = [ - 'state ', - 'nonstate ', - 'input ', - 'output ', - 'zero_output ']; + 'state ', + 'nonstate ', + 'input ', + 'output ', + 'zero_output ', + 'unknown_input']; % Are we at the top level of the heirarchy? at_top_level = strcmp(full_name, '');