Overview
Comment: | Error handling added. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1ee6a53a734eb44eec44f4802a49f8d0 |
User & Date: | gawthrop@users.sourceforge.net on 1996-08-25 08:38:14 |
Other Links: | branch diff | manifest | tags |
Context
1996-08-25
| ||
09:20:00 | Initial revision check-in: 643c8906da user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:38:14 | Error handling added. check-in: 1ee6a53a73 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:37:44 | Initial revision check-in: 23e6161d32 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/ode2obs_r from [7d474fce73] to [084cef41d4].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | # Copyright (c) P.J.Gawthrop 1991, 1992, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### #Inform user echo Creating $1_obs.r # Remove the old log file rm -f ode2obs_r.log # Use reduce to accomplish the transformation reduce >ode2obs_r.log << EOF OFF Echo; OFF Nat; ON NERO; in "$1_def.r"; MTTdxs := MTTdX; %Save the symbolic form of dX | > > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | # Copyright (c) P.J.Gawthrop 1991, 1992, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1996/08/25 08:37:44 peter ## Initial revision ## ############################################################### #Inform user echo Creating $1_obs.r # Remove the old log file rm -f ode2obs_r.log # Use reduce to accomplish the transformation reduce >ode2obs_r.log << EOF OFF Echo; OFF Nat; ON NERO; in "$1_def.r"; MTTdxs := MTTdX; %Save the symbolic form of dX |
︙ | ︙ |