Overview
Comment: | *** empty log message *** |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9b03bf0a9dbcedafe1fc088aa6899736 |
User & Date: | gawthrop@users.sourceforge.net on 2000-08-24 13:45:30 |
Other Links: | branch diff | manifest | tags |
Context
2000-08-24
| ||
17:10:59 | New dummy variables mtt_o (for optimisation), mtt_s (for segmentation) check-in: 07b381f849 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:45:30 | *** empty log message *** check-in: 9b03bf0a9d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:26:29 | Initial revision check-in: a33f9855e3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Chemical/ReactorTF/Makefile from [563b5c62bb] to [2d406594de].
1 2 3 4 5 6 7 8 | ## Makes the schematic diagram and the zero figure all: ReactorTF_pic.ps ReactorTF_zero_1.ps ReactorTF_zero_2.ps ReactorTF_pic.ps: ReactorTF_pic.fig fig2dev -Lps ReactorTF_pic.fig> ReactorTF_pic.ps ReactorTF_zero_1.ps: ReactorTF_abg.fig mtt -q ReactorTF sm m; mtt -q ReactorTF numpar m; | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Makes the schematic diagram and the zero figure all: ReactorTF_pic.ps ReactorTF_zero_1.ps ReactorTF_zero_2.ps ReactorTF_pic.ps: ReactorTF_pic.fig fig2dev -Lps ReactorTF_pic.fig> ReactorTF_pic.ps ReactorTF_zero_1.ps: ReactorTF_abg.fig mtt -q ReactorTF sm m; mtt -q ReactorTF numpar m; mtt -q ReactorTF sympar m; octave MakeFigure.m ReactorTF_zero_2.ps: ReactorTF_zero_1.ps touch ReactorTF_zero_2.ps |