Overview
Comment: | Addes subs and cr |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
080f1ef068ecb40a4378152d591acdcc |
User & Date: | gawthrop@users.sourceforge.net on 1998-03-26 14:47:43 |
Other Links: | branch diff | manifest | tags |
Context
1998-03-26
| ||
15:13:35 | Initial revision check-in: 07f4f43074 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:47:43 | Addes subs and cr check-in: 080f1ef068 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:03:23 | Changed SS field fudge. check-in: 7bb3988518 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt_rename_all from [ef049478bc] to [7b848b1c43].
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | 10 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 39 | + + + + + - + | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1998/03/02 17:14:06 peterg ## Added simpar to list ## ## Revision 1.1 1998/01/06 13:57:59 peterg ## Initial revision ## ############################################################### old_name=$1 new_name=$2 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 _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.r mtt_rename $old_name $new_name _sspar.r |