Overview
Comment:ditto.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: e694e90bc55ec7b7987d2fe2d23fe73b019ec03f2aa45b20c3c02fa02a12b08a
User & Date: geraint@users.sourceforge.net on 2002-07-22 11:39:41
Other Links: branch diff | manifest | tags
Context
2002-07-24
14:00:12
Corrected arguments passed to mtt_write when dumping data (sigint). check-in: 8fac9051fe user: geraint@users.sourceforge.net tags: origin/master, trunk
2002-07-22
11:39:41
ditto. check-in: e694e90bc5 user: geraint@users.sourceforge.net tags: origin/master, trunk
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
Changes

Modified mttroot/mtt/lib/rep/gnuplot_rep.make from [50b2018c6f] to [2a14bc99b3].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*-makefile-*-
# create a gnuplot input file

MTTFLAGS	= $(OPTS)

all: $(SYS)_gnuplot.$(LANG)

$(SYS)_gnuplot.view: $(SYS)_gnuplot.wish $(SYS)_odes.dat2
	mtt $(OPTS) $(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







|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*-makefile-*-
# create a gnuplot input file

MTTFLAGS	= $(OPTS)

all: $(SYS)_gnuplot.$(LANG)

$(SYS)_gnuplot.view: $(SYS)_gnuplot.wish
	mtt $(OPTS) $(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


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]