Index: mttroot/mtt/bin/trans/rbg2ibg_m ================================================================== --- mttroot/mtt/bin/trans/rbg2ibg_m +++ mttroot/mtt/bin/trans/rbg2ibg_m @@ -42,12 +42,12 @@ [n_ports, junk] = size(port_list); ## Strip the directional information rbonds = rbonds(:,1:6); - [bonds] = \ - rbg2ibg(name,rbonds,rstrokes,rcomponents,port_coord,port_name, \ + [bonds] = ... + rbg2ibg(name,rbonds,rstrokes,rcomponents,port_coord,port_name, ... infofile,errorfile); ## Write the intermediate bond graph m-file write_ibg(name,bonds); EOF