Overview
Comment: | _input now has arguments (x,t) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
34a1a1fafe176690d179ae1508d54371 |
User & Date: | gawthrop@users.sourceforge.net on 1998-04-14 07:25:02 |
Other Links: | branch diff | manifest | tags |
Context
1998-04-14
| ||
13:54:15 | Uses the _sub.sh rep to recursively generate and include sub systems. check-in: c71d81df52 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
07:25:02 | _input now has arguments (x,t) check-in: 34a1a1fafe user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-04-13
| ||
11:02:40 | Initial revision check-in: 0db41f52c5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/ode_r2m from [c75948446a] to [319e94ae3e].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop 1991, 1994, 1995, 1996 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.8 1998/02/25 18:03:49 peterg ## Removed the argument reading bits. ## ## Revision 1.7 1997/08/29 07:58:17 peterg ## Changed MTT to mtt in the .m files. ## # Revision 1.6 1997/01/05 19:34:35 peterg | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop 1991, 1994, 1995, 1996 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.9 1998/03/30 14:18:07 peterg ## Removed NERO command ## ## Revision 1.8 1998/02/25 18:03:49 peterg ## Removed the argument reading bits. ## ## Revision 1.7 1997/08/29 07:58:17 peterg ## Changed MTT to mtt in the .m files. ## # Revision 1.6 1997/01/05 19:34:35 peterg |
︙ | ︙ | |||
83 84 85 86 87 88 89 | BEGIN IF i<MTTNvar THEN write MTTVar(i,1), " ..." ELSE write MTTVar(i,1), ";" END; END; write "% Read in the input"; | | | 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | BEGIN IF i<MTTNvar THEN write MTTVar(i,1), " ..." ELSE write MTTVar(i,1), ";" END; END; write "% Read in the input"; write "u = $1_input(x,t)"; write "% Read in the definitions"; write "[nx,ny,nu,nz,nyz] = $1_def"; % write "% Read in the arguments"; % write "$1_args"; |
︙ | ︙ |