Index: mttroot/mtt/bin/trans/abg2cbg_m ================================================================== --- mttroot/mtt/bin/trans/abg2cbg_m +++ mttroot/mtt/bin/trans/abg2cbg_m @@ -11,10 +11,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.4 1996/08/16 14:28:45 peter +## Some debugging lines removed. +## ## Revision 1.3 1996/08/08 18:06:55 peter ## Unified naming scheme. ## ## Revision 1.2 1996/08/05 11:25:00 peter ## Removed bonds argument from abg2cbg. @@ -96,20 +99,17 @@ %Convert from acausal to causal bond graph in m-file form. system_name = '$1'; % THIS IS A NASTY BUG WORKROUND FOR OCTAVE - abg2cbg('RC','RC' ,'', [], infofile); + % abg2cbg('RC','RC' ,'', [], infofile); port_bonds = []; [cbonds,status] = abg2cbg(system_name, '', '', port_bonds,infofile); EOF cat mtt_info.txt cp $1_$1_cbg.m $1_cbg.m - - -