Index: mttroot/mtt/bin/trans/def2write_r ================================================================== --- mttroot/mtt/bin/trans/def2write_r +++ mttroot/mtt/bin/trans/def2write_r @@ -11,10 +11,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.4 2000/10/14 16:19:54 peterg +## Just optimize one line at a time ... +## ## Revision 1.3 2000/10/11 09:07:17 peterg ## Added csex rep (cse without E) ## ## Revision 1.2 2000/10/10 21:02:17 peterg ## Added cse reps @@ -54,10 +57,20 @@ cseo) matrices='Y' ns="$Ny" ms="1" ;; + lde) + matrices='L' + ns="$Nyz" + ms="1" + ;; + ldeo) + matrices='Y Yz' + ns="$Ny $Nyz" + ms="1 1" + ;; ode) matrices='dX' ns="$Nx" ms="1" ;;