Overview
Comment: | Stopped make from reporting an error when application is closed. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
00c4556eb4c2bd286e738368ff76b1ad |
User & Date: | geraint@users.sourceforge.net on 2002-07-22 10:06:41 |
Other Links: | branch diff | manifest | tags |
Context
2002-07-22
| ||
10:47:20 | Fixed gnuplot rep so that it correctly re-runs the simulation if input files have changed. check-in: 9ab274b363 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
10:06:41 | Stopped make from reporting an error when application is closed. check-in: 00c4556eb4 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2002-07-20
| ||
14:19:14 | Refined rotation bar. check-in: 4e92450e38 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/gnuplot_rep.make from [1f957a8152] to [0756fadde3].
1 2 3 4 5 6 7 8 | # -*-makefile-*- # create a gnuplot input file MTTFLAGS = $(OPTS) all: $(SYS)_gnuplot.$(LANG) $(SYS)_gnuplot.view: $(SYS)_gnuplot.wish $(SYS)_odes.dat2 | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # -*-makefile-*- # create a gnuplot input file MTTFLAGS = $(OPTS) all: $(SYS)_gnuplot.$(LANG) $(SYS)_gnuplot.view: $(SYS)_gnuplot.wish $(SYS)_odes.dat2 sh $(SYS)_gnuplot.wish | gnuplot -geometry 400x300 2> .gnuplot.log & $(SYS)_gnuplot.wish: $(SYS)_struc.txt $(MTTPATH)/trans/struc2gnuplot_txt2wish $(SYS) $(SYS)_gnuplot.txt: $(SYS)_struc.txt $(MTTPATH)/trans/struc2gnuplot_txt.exe $(MTTPATH)/trans/struc2gnuplot_txt.exe $(SYS) < $(SYS)_struc.txt > $(SYS)_gnuplot.txt |
︙ | ︙ |