Overview
Comment: | Removed cruft. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
441a80070a46646e1d31788936fcfc52 |
User & Date: | geraint@users.sourceforge.net on 2002-12-12 16:00:11 |
Other Links: | branch diff | manifest | tags |
Context
2002-12-12
| ||
16:07:13 |
Fix for [ 547513 ] Re-written to eliminate need for installation. Single C++ file (cxxsim.cc) handles the entire transformation which is automatically compiled on invocation by "mtt sys cxxsim view". check-in: 7a95f8d106 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:00:11 | Removed cruft. check-in: 441a80070a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2002-12-11
| ||
12:41:46 | LQ version of linear PPP check-in: d1aa6cd6b1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/gnuplot_rep.make from [7d96bfa81e] to [654748f69a].
︙ | ︙ | |||
11 12 13 14 15 16 17 | tee gnuplot_in.log |\ gnuplot -geometry 400x300 \ > gnuplot_out.log 2> gnuplot_err.log & $(SYS)_gnuplot.wish: $(SYS)_struc.txt $(MTTPATH)/trans/struc2gnuplot_txt2wish $(SYS) | < < < < < | 11 12 13 14 15 16 17 18 19 20 21 | tee gnuplot_in.log |\ gnuplot -geometry 400x300 \ > gnuplot_out.log 2> gnuplot_err.log & $(SYS)_gnuplot.wish: $(SYS)_struc.txt $(MTTPATH)/trans/struc2gnuplot_txt2wish $(SYS) $(SYS)_struc.txt: mtt $(MTTFLAGS) $(SYS) struc txt |