Index: mttroot/mtt/bin/trans/mtt_header ================================================================== --- mttroot/mtt/bin/trans/mtt_header +++ mttroot/mtt/bin/trans/mtt_header @@ -10,10 +10,14 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.35 2001/06/13 10:39:51 gawthrop +## Zeros output matices in csex and cseo just in case some elements are +## actually zero and not set in code. Works for m and oct. +## ## Revision 1.34 2001/05/26 18:36:43 gawthrop ## Further modifications. Now works on rcPPP ## -- next jobs: ## add identification to ppp_nlin_sim ## create real-time ppp_nlin_run @@ -408,11 +412,11 @@ ;; edx) N=$Nx; M=1 ;; y) - N=$Nx; M=1 + N=$Ny; M=1 ;; *) esac