Index: mttroot/mtt/bin/trans/m/abg2cbg.m ================================================================== --- mttroot/mtt/bin/trans/m/abg2cbg.m +++ mttroot/mtt/bin/trans/m/abg2cbg.m @@ -18,10 +18,13 @@ # ############################################################### # ## Version control history # ############################################################### # ## $Id$ # ## $Log$ +# ## Revision 1.45 1999/11/01 03:17:45 peterg +# ## Added extra info - current subsystem +# ## # ## Revision 1.44 1999/03/11 23:54:11 peterg # ## Include possibility of vector SS when finding port_bond_index # ## # ## Revision 1.43 1998/12/14 15:19:36 peterg # ## Added missing "derivative_causality," argument to recursive call of @@ -183,11 +186,11 @@ # ## Revision 1.1 1996/08/04 17:55:55 peter # ## Initial revision # ## # ############################################################### - mtt_info(sprintf("\nCompleting causality for subsystem %s", system_name), infofile); + mtt_info(sprintf("Completing causality for subsystem %s", system_name), infofile); pc = '%'; if nargin<1 system_name = 'no_name'; end;