Overview
Comment: | Added state.txt |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d8a4b3ebc77f084e533a9ec542abd6c6 |
User & Date: | gawthrop@users.sourceforge.net on 1998-07-22 15:20:06 |
Other Links: | branch diff | manifest | tags |
Context
1998-07-22
| ||
15:47:28 | Now operates on ordinary differential equation file. check-in: d6246479fa user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
15:20:06 | Added state.txt check-in: d8a4b3ebc7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:01:17 | Aliased ports and parameters. check-in: 59d385baa9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt_rename_all from [09d4feb444] to [8660a8a03e].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 1998/03/27 07:38:32 peterg ## simpar.r ---> simpar.txt ## ## Revision 1.3 1998/03/26 14:47:43 peterg ## Addes subs and cr ## ## Revision 1.2 1998/03/02 17:14:06 peterg | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.5 1998/04/13 09:15:36 peterg ## Added obspar ## ## Revision 1.4 1998/03/27 07:38:32 peterg ## simpar.r ---> simpar.txt ## ## Revision 1.3 1998/03/26 14:47:43 peterg ## Addes subs and cr ## ## Revision 1.2 1998/03/02 17:14:06 peterg |
︙ | ︙ | |||
33 34 35 36 37 38 39 | mtt_rename $old_name $new_name _abg.fig mtt_rename $old_name $new_name _cr.r mtt_rename $old_name $new_name _desc.tex mtt_rename $old_name $new_name _input.txt mtt_rename $old_name $new_name _lbl.txt mtt_rename $old_name $new_name _numpar.txt | | > | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | mtt_rename $old_name $new_name _abg.fig mtt_rename $old_name $new_name _cr.r mtt_rename $old_name $new_name _desc.tex mtt_rename $old_name $new_name _input.txt mtt_rename $old_name $new_name _lbl.txt mtt_rename $old_name $new_name _numpar.txt mtt_rename $old_name $new_name _obspar.r mtt_rename $old_name $new_name _odes.h mtt_rename $old_name $new_name _rep.txt mtt_rename $old_name $new_name _simp.r mtt_rename $old_name $new_name _simpar.txt mtt_rename $old_name $new_name _sspar.r mtt_rename $old_name $new_name _state.txt mtt_rename $old_name $new_name _subs.r |