Overview
Comment: | Add name of system to plot window. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
276d928686e6b370b49d20d1e88c8bb0 |
User & Date: | geraint@users.sourceforge.net on 2004-01-26 10:51:27 |
Other Links: | branch diff | manifest | tags |
Context
2004-01-26
| ||
10:54:49 |
Fixed mailhost in accordance with instructions at: http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1 (20040123) check-in: 39d0adaa89 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
10:51:27 | Add name of system to plot window. check-in: 276d928686 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
10:43:35 | Reduced length of parameter names: stripped leading top-level name. check-in: 05b94328ac user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/gnuplot_rep.make from [e302751500] to [d922043d89].
1 2 3 4 5 6 7 8 9 | # -*-makefile-*- # create a gnuplot input file MTTFLAGS = $(MTT_OPTS) all: $(MTT_SYS)_gnuplot.$(MTT_LANG) $(MTT_SYS)_gnuplot.view: $(MTT_SYS)_gnuplot.wish mtt $(MTT_OPTS) $(MTT_SYS) odes dat2 | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # -*-makefile-*- # create a gnuplot input file MTTFLAGS = $(MTT_OPTS) all: $(MTT_SYS)_gnuplot.$(MTT_LANG) $(MTT_SYS)_gnuplot.view: $(MTT_SYS)_gnuplot.wish mtt $(MTT_OPTS) $(MTT_SYS) odes dat2 sh $(MTT_SYS)_gnuplot.wish |\ tee gnuplot_in.log |\ gnuplot -name $(MTT_SYS) -geometry 400x300 \ > gnuplot_out.log 2> gnuplot_err.log & $(MTT_SYS)_gnuplot.wish: $(MTT_SYS)_struc.txt $(MTTPATH)/trans/struc2gnuplot_txt2wish $(MTT_SYS) $(MTT_SYS)_struc.txt: mtt $(MTTFLAGS) $(MTT_SYS) struc txt |
︙ | ︙ |