Index: mttroot/mtt/bin/trans/ibg2abg_m ================================================================== --- mttroot/mtt/bin/trans/ibg2abg_m +++ mttroot/mtt/bin/trans/ibg2abg_m @@ -41,11 +41,11 @@ ## Interpret data from the ibg representation ibonds = $1_ibg; bonds = ibonds.bonds; - [bonds,components,n_vector_bonds] = ibg2abg(name,bonds, \ + [bonds,components,n_vector_bonds] = ibg2abg(name,bonds, ... infofile,errorfile) ## Write the acausal bond graph m-file write_abg(name,bonds,components,n_vector_bonds); EOF