Index: mttroot/mtt/bin/trans/dae2cse_r ================================================================== --- mttroot/mtt/bin/trans/dae2cse_r +++ mttroot/mtt/bin/trans/dae2cse_r @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.4 1998/05/20 15:13:09 peterg +## Writes out algebraic equations (if any). +## ## Revision 1.3 1998/03/03 09:02:46 peterg ## Replaced MTTEyx*MTTEdX + MTTEyu*MTTdu; term ## ## Revision 1.2 1997/08/26 08:22:36 peterg ## Changed @@ -229,12 +232,12 @@ END; IF MTTNyz>0 THEN BEGIN write "matrix MTTYz(", MTTNyz, ",1)"; - MTTYz := MTTYz; END; + MTTYz := MTTYz; write ";END;"; SHUT "$1_cse.r";