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.11.2.2 2002/06/05 17:57:47 geraint +## Main part of optimisation routine moved to separate file. +## ## Revision 1.11.2.1 2002/06/05 11:14:51 geraint ## ae.r now generated using def2write_r like cse?.r ## fix_c.r called at ese2rdae stage so that pow gets fixed in ae.r. ## ## These changes produce the desired result (optimised algebraic equations) but @@ -91,15 +94,15 @@ Nyz=`mtt_getsize $sys yz` # Zero outputs #Npar=`wc -l $sys\_sympar.txt | gawk '{print $1}'` # Set up representation-specific stuff case $rep in -ae) -matrices='Yz' -ns="$Nyz" -ms="1" -;; + ae) + matrices='Yz' + ns="$Nyz" + ms="1" + ;; cse) matrices='EdX E' ns="$Nx $Nx" ms="1 $Nx" ;;