Index: mttroot/mtt/bin/trans/m/abg2cbg.m ================================================================== --- mttroot/mtt/bin/trans/m/abg2cbg.m +++ mttroot/mtt/bin/trans/m/abg2cbg.m @@ -13,10 +13,13 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ +% %% Revision 1.3 1996/08/05 18:53:21 peter +% %% Fixed bug passing causality from subsystems. +% %% % %% Revision 1.2 1996/08/05 15:41:41 peter % %% Now recursively does causality on subsystems. % %% % %% Revision 1.1 1996/08/04 17:55:55 peter % %% Initial revision @@ -164,12 +167,12 @@ mtt_info(sprintf('Component %s (%s) is undercausal', name, comp_type), ... infofile); end; end; -full_name -write_cbg(full_name,bonds,status); +file_name = [full_name, '_', system_type] +write_cbg(file_name,bonds,status); % Return the port bonds for i = 1:n_ports port_bonds(i,:) = bonds(i,:); end;