Overview
Comment: | Replaced sympar by sympars in numpar rep |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e8b3433d17042bc32b6bee38260bb1d5 |
User & Date: | gawthrop@users.sourceforge.net on 2000-05-18 12:05:42 |
Other Links: | branch diff | manifest | tags |
Context
2000-05-18
| ||
12:10:43 | Replaced sympars by sympar. check-in: 3b9a687c46 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:05:42 | Replaced sympar by sympars in numpar rep check-in: e8b3433d17 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:30:14 | Moved switch logic to logic.txt check-in: 1a3036ebfd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_txt2m from [2cbdcca114] to [ec29f2a9c7].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.2 2000/05/11 12:16:46 peterg # %% New version of simpar - with record # %% # %% Revision 1.1 2000/05/11 10:55:57 peterg # %% Initial revision # %% # %% Revision 1.19 2000/02/11 13:35:16 peterg | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.3 2000/05/11 16:09:24 peterg # %% Put in simpar.first parameter # %% # %% Revision 1.2 2000/05/11 12:16:46 peterg # %% New version of simpar - with record # %% # %% Revision 1.1 2000/05/11 10:55:57 peterg # %% Initial revision # %% # %% Revision 1.19 2000/02/11 13:35:16 peterg |
︙ | ︙ | |||
168 169 170 171 172 173 174 | -e 's/#/%/g' \ >> $1_$2.m if [ "$2" = "numpar" ]; then awk '{ printf(" MTTpar(%i) \t= %s;\n",++i, tolower($1)); | | | 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 | -e 's/#/%/g' \ >> $1_$2.m if [ "$2" = "numpar" ]; then awk '{ printf(" MTTpar(%i) \t= %s;\n",++i, tolower($1)); }'< $1_sympars.txt >>$1_numpar.m fi |