Index: mttroot/mtt/bin/trans/ode2odes_m ================================================================== --- mttroot/mtt/bin/trans/ode2odes_m +++ mttroot/mtt/bin/trans/ode2odes_m @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.7 1996/09/12 18:41:48 peter +## Standard error handling added. +## ## Revision 1.6 1996/08/24 14:11:04 peter ## Global parameter passing. ## ## Revision 1.5 1996/08/18 12:01:26 peter ## Unified format of time responses. @@ -40,10 +43,11 @@ if [ "$2" = "" ]; then PARAMS='T=[0:0.1:10]; x0=zeros(nx,1);' echo Using default parameter $PARAMS + echo $PARAMS>$1_args.m else PARAMS=$2; fi PARAMS="$PARAMS ;"