Overview
Comment: | Passes ${use_reduce} to mtt_make_sympar so that it can decide if to issue warnings about Reduce reserved words |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
60949b33f32cbb4726cdd9c743da2ff8 |
User & Date: | geraint@users.sourceforge.net on 2004-09-02 22:04:06 |
Other Links: | branch diff | manifest | tags |
Context
2004-09-02
| ||
22:06:09 |
Does not issue warnings about Reduce reserved words if the second argument (use_reduce) is "no". check-in: 228301c3c3 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
22:04:06 |
Passes ${use_reduce} to mtt_make_sympar so that it can decide if to issue warnings about Reduce reserved words check-in: 60949b33f3 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
21:52:04 | Density CR (for SimpleGasTurbine). check-in: cff296a413 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [e21893f444] to [49a5fba3aa].
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (C) 2001 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.399 2004/08/29 16:09:49 geraint ## Added option -no-reduce ## ## Code sorting can now be used with Reduce (via sese.r) so that existing CRs ## work with sorted code (using -make-sort or -sort), or without by using ## -no-reduce; this option implies -make-sort. ## | > > > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # Copyright (C) 2001 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.400 2004/08/31 01:29:48 geraint ## CRs are applied to sorted equation files during production. ## ## Revision 1.399 2004/08/29 16:09:49 geraint ## Added option -no-reduce ## ## Code sorting can now be used with Reduce (via sese.r) so that existing CRs ## work with sorted code (using -make-sort or -sort), or without by using ## -no-reduce; this option implies -make-sort. ## |
︙ | ︙ | |||
2629 2630 2631 2632 2633 2634 2635 | #SUMMARY cr constitutive relationship for each subsystem (view) $1_cr.tex: $1_cr.r txt2tex $1 cr r #SUMMARY sympar symbolic parameters (txt) #SUMMARY sympar* symbolic parameters (view) $1_sympar.txt: $1_type.sh $1_abg.m $1_aliased.txt | | | 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 | #SUMMARY cr constitutive relationship for each subsystem (view) $1_cr.tex: $1_cr.r txt2tex $1 cr r #SUMMARY sympar symbolic parameters (txt) #SUMMARY sympar* symbolic parameters (view) $1_sympar.txt: $1_type.sh $1_abg.m $1_aliased.txt mtt_make_sympar $1 ${use_reduce} #SUMMARY sympar symbolic parameters (r) $1_sympar.r: $1_sympar.txt sympar_txt2r $1 $1_sympar.m: $1_sympar.txt sympar_txt2m $1 ifneq ($sort_method,make) |
︙ | ︙ |