Index: mttroot/mtt/bin/trans/abg2lbl_fig2txt ================================================================== --- mttroot/mtt/bin/trans/abg2lbl_fig2txt +++ mttroot/mtt/bin/trans/abg2lbl_fig2txt @@ -11,10 +11,14 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.22 2001/07/08 03:28:11 gawthrop +## Fixed a bug: abg2sympar_m2txt neads a _lbl.txt file when using +## "usinglabel" option +## ## Revision 1.21 2001/07/06 00:46:50 gawthrop ## Added -cr option -- forces cr to be loaded before the ese.r file ## This avoids causality problems when using multi-port Rs to represent ## arbitary equations ## @@ -105,12 +109,10 @@ sys=${system} fi # Remove unwanted files rm -f abg2lbl_fig2txt.log -rm -f $1_cbg.m -rm -f $typefile rm -f $infofile rm -f mtt_junk* ## Create lbl files beneath this one mtt -q -u -l 1 ${sys} sub sh # Create the list @@ -231,10 +233,12 @@ cr["AE"] = "lin"; arg["AE"] = sprintf("%s%s", Name, s_arg); cr["AF"] = "lin"; arg["AF"] = sprintf("%s%s", Name, s_arg); cr["CDx"] = "lin"; arg["CDx"] = sprintf("%s%s", Name, s_arg); + + cr["FMR"] = lin; arg["FMR"] = sprintf("effort,%s%s", Name, s_arg); cr["RS"] = lin; arg["RS"] = sprintf("flow,%s%s", Name, s_arg); cr["RT"] = lin; arg["RT"] = sprintf("flow,%s%s", Name, s_arg); cr["CT"] = lin; arg["CT"] = sprintf("effort,%s%s", Name, s_arg);