Overview
Comment: | Added explicit evaluation of report representations Version now 2.5++ |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8e04fa509e86f0ea519b343acbcb13df |
User & Date: | gawthrop@users.sourceforge.net on 1997-08-26 15:20:25 |
Other Links: | branch diff | manifest | tags |
Context
1997-08-28
| ||
08:08:24 | Added RS component to the two-port list check-in: a7e3c46c7d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1997-08-26
| ||
15:20:25 |
Added explicit evaluation of report representations Version now 2.5++ check-in: 8e04fa509e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:28:25 | Initial revision check-in: 6878268cd9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [1b07dded31] to [f9d6aa4904].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.87 1997/07/27 13:11:11 peterg ## Added path checking code -- mtt_check_vars ## # Revision 1.86 1997/06/29 19:05:51 peterg # Seascale changes -- mainly to new rep format. # ## Revision 1.85 1997/06/27 12:14:49 peterg | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.88 1997/08/25 07:51:47 peterg ## Version 2.5. ## ## Revision 1.87 1997/07/27 13:11:11 peterg ## Added path checking code -- mtt_check_vars ## # Revision 1.86 1997/06/29 19:05:51 peterg # Seascale changes -- mainly to new rep format. # ## Revision 1.85 1997/06/27 12:14:49 peterg |
︙ | ︙ | |||
342 343 344 345 346 347 348 | shift done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo | | | 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 | shift done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo echo 'MTT (Model Transformation Tools) version 2.5++' echo 'This is free software with ABSOLUTELY NO WARRANTY.' echo 'Type `mtt warranty'\' 'for details.' echo fi if [ -z "$1" ]; then echo 'Usage: mtt help -- mtt on-line help' |
︙ | ︙ | |||
1275 1276 1277 1278 1279 1280 1281 | echo Creating view of $1_$2 $DVIVIEW $1_$2.dvi& #Report generation $1_rep.make: $1_rep.txt $1_args.m rep_txt2make $1 "$mtt_switches" | > > > | | 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 | echo Creating view of $1_$2 $DVIVIEW $1_$2.dvi& #Report generation $1_rep.make: $1_rep.txt $1_args.m rep_txt2make $1 "$mtt_switches" make_reps: rep_txt2sh $1; touch $1_rep.txt $1_rep.tex: $1_rep.txt make_reps rep_txt2tex $1; #SUMMARY abg Acausal bond graph report (tex) $1_abg.tex: $1_sub.sh abg2tex $1 # Version control system - uses RCS |
︙ | ︙ |