Index: mttroot/mtt/bin/trans/sm2sr_m ================================================================== --- mttroot/mtt/bin/trans/sm2sr_m +++ mttroot/mtt/bin/trans/sm2sr_m @@ -14,10 +14,14 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +# Revision 1.11 1996/08/24 14:02:39 peter +# Included glabal parameter passing. +# Proper error handling. +# ## Revision 1.10 1996/08/19 15:34:14 peter ## Now based on state - not descriptor matrices. ## ## Revision 1.9 1996/08/18 12:01:45 peter ## Unified format of time responses. @@ -64,11 +68,11 @@ PARAMS=$2; fi PARAMS="$PARAMS ;" -$MATRIX << EOF > sm2sr_m.log 2>mtt_error +$MATRIX << EOF > sm2sr_m.log 2>mtt_error.txt % Read in the numeric system parameters $1_numpar; [nx,ny,nu,nz,nyz] = $1_def; @@ -105,16 +109,8 @@ write_matrix([T y], '$1_sro'); end; EOF -err_length=$(wc -c