Index: mttroot/mtt/bin/trans/ese2rdae_r ================================================================== --- mttroot/mtt/bin/trans/ese2rdae_r +++ mttroot/mtt/bin/trans/ese2rdae_r @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.4 1998/04/07 15:06:46 peterg +## Correct log file name +## ## Revision 1.3 1998/03/07 12:57:19 peterg ## Fixed logname bug ## ## Revision 1.2 1998/03/07 12:51:20 peterg ## This is the new version of ese2dae - it does not do the CRs at this @@ -133,10 +136,17 @@ MTT_Matrix := MTTYz$ MTT_Matrix_name := "MTTYz"$ MTT_Matrix_n := MTTNyz$ MTT_Matrix_m := 1$ Reduce_Matrix()$ + +% Connecting inputs +MTT_Matrix := MTTuc$ +MTT_Matrix_name := "MTTuc"$ +MTT_Matrix_n := MTTNuc$ +MTT_Matrix_m := 1$ +Reduce_Matrix()$ write ";END;"; SHUT "$daename"; quit;