Index: mttroot/mtt/bin/trans/mtt_r2m
==================================================================
--- mttroot/mtt/bin/trans/mtt_r2m
+++ mttroot/mtt/bin/trans/mtt_r2m
@@ -14,10 +14,13 @@
 ###############################################################
 ## Version control history
 ###############################################################
 ## $Id$
 ## $Log$
+## Revision 1.12  1999/11/15 22:57:20  peterg
+## Removed a debugging line
+##
 ## Revision 1.11  1999/11/01 21:20:14  peterg
 ## Removed the E matrix from the cse file.
 ##
 ## Revision 1.10  1999/10/27 07:38:30  peterg
 ## Now does cse version -- but not needed now exept for Euler integration
@@ -97,11 +100,10 @@
 
 
 # Remove the old log file
 rm -f mtt_r2m.log
 
-#Remove the temporary files
 
 if [ "$rep" = "ode" ]||[ "$rep" = "cse" ]; then
   #echo Creating $1_odea.$ext
   outfileo=$outfile"o"
   echo Creating $outfileo.m
@@ -192,13 +194,13 @@
  mtt_p2m<$1_$2o.p > $1_$2o.m 
 
  rm -f    $1_odeo.p
 fi
   
-if [ "$rep" = "sm" ]||[ "$rep" = "dm" ]; then
+if [ "$rep" = "sm" ]||[ "$rep" = "ssm" ]||[ "$rep" = "dm" ]; then
 
-if [ "$rep" = "sm" ]; then
+if  [ "$rep" = "sm" ]||[ "$rep" = "ssm" ]; then
    #Header
   lang_header $1 $rep $ext '' [mtta,mttb,mttc,mttd] > $outfile.p
   Symbols='a b c d'    
 fi
 
@@ -210,11 +212,11 @@
 
 for Symbol in $Symbols; do
   rm -f $outfile.1
 
 
-if [ "$rep" = "sm" ]; then
+if  [ "$rep" = "sm" ]||[ "$rep" = "ssm" ]; then
       case $Symbol in
     a)
 	N=MTTNx; M=MTTNx
 	;;
     b)