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.2 2000/10/10 21:02:17 peterg +## Added cse reps +## ## Revision 1.1 2000/10/10 09:07:32 peterg ## Initial revision ## ############################################################### @@ -38,10 +41,15 @@ cse) matrices='EdX E' ns="$Nx $Nx" ms="1 $Nx" ;; + csex) + matrices='EdX' + ns="$Nx" + ms="1" + ;; cseo) matrices='Y' ns="$Ny" ms="1" ;;