Index: mttroot/mtt/bin/trans/m/cbg2ese.m ================================================================== --- mttroot/mtt/bin/trans/m/cbg2ese.m +++ mttroot/mtt/bin/trans/m/cbg2ese.m @@ -10,10 +10,13 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ +% %% Revision 1.2 1996/08/08 18:08:11 peter +% %% Sorted out file naming sceme +% %% % %% Revision 1.1 1996/08/08 15:53:23 peter % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -57,12 +60,12 @@ end; % Find number of components [n_components,columns] = size(components); - %Structure matrix [states,nonstates,inputs,outputs] - structure = zeros(1,4); + %Structure matrix [states,nonstates,inputs,outputs,zero_outputs] + structure = zeros(1,5); for i = 1:n_components comp = nozeros(components(i,:)); bond_list = abs(comp);