Overview
Comment: | Added simpar to list |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6ad1c281056572dc3b8e00059d32e431 |
User & Date: | gawthrop@users.sourceforge.net on 1998-03-02 17:14:06 |
Other Links: | branch diff | manifest | tags |
Context
1998-03-03
| ||
08:35:50 | Initial revision check-in: a2b34cf088 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-03-02
| ||
17:14:06 | Added simpar to list check-in: 6ad1c28105 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:26:18 |
Now does default CR and args for the basic components only SS,I,R,C,GY,TF C now has a default of effort input. check-in: a94d103cda user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt_rename_all from [e04cb8fa32] to [ef049478bc].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### old_name=$1 new_name=$2 mtt_rename $old_name $new_name _abg.fig 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 _sspar.r | > > > > | 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 | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## 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 _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 _sspar.r mtt_rename $old_name $new_name _simpar.r |