Index: mttroot/mtt/bin/trans/abg2lbl_fig2txt ================================================================== --- mttroot/mtt/bin/trans/abg2lbl_fig2txt +++ mttroot/mtt/bin/trans/abg2lbl_fig2txt @@ -11,10 +11,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.19 2001/07/03 23:51:10 gawthrop +## Now puts outline #Summary and #Description lines at top of lbl file +## ## Revision 1.18 2001/06/13 18:24:10 gawthrop ## Made "lin" default in place of "none" ## Still needs arg and cr alias clashes to be sorted .... ## ## Revision 1.17 2001/06/13 10:41:06 gawthrop @@ -211,10 +214,12 @@ cr["CDx"] = "lin"; arg["CDx"] = sprintf("%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); ## Put in the explicit arguments if (length(Arg)>0) { arg[Component] = Arg; if (match(Arg,"=")>0) # Its an equation type cr