Overview
Comment:Null change (testing syncmail).
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: d58e5e75f63798f9b4e186bb3c5a43f0293e6d06d03c6ff1f8db8eda0f9996d7
User & Date: geraint@users.sourceforge.net on 2002-08-21 06:15:48
Other Links: branch diff | manifest | tags
Context
2002-08-21
18:01:01
Fixed [598316] mtt2sys broken on Octave-2.1.36.

Tests for Octave version that is not 2.0.x, uses setsyssignals() instead of
direct access to internal structure for renaming of system signals. check-in: 19e7f14adf user: geraint@users.sourceforge.net tags: origin/master, trunk

06:15:48
Null change (testing syncmail). check-in: d58e5e75f6 user: geraint@users.sourceforge.net tags: origin/master, trunk
06:14:57
Latest stable version (1.0) from sf syncmail project. check-in: 950ce75a86 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/struc2gnuplot_txt2wish from [f81d99e331] to [827a76e733].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh
# -*-tcl-*-

sys=$1

out=${sys}_gnuplot.wish

struc=${sys}_struc.txt
dat2=${sys}_odes.dat2

Nx=`mtt_getsize ${sys} x`
Ny=`mtt_getsize ${sys} y`


## write header
cat <<EOF > ${out}
#!/bin/sh
# -*-tcl-*- Next line replaces shell with wish\\
exec wish "\$0" "\$@"













<







1
2
3
4
5
6
7
8
9
10
11
12

13
14
15
16
17
18
19
#! /bin/sh
# -*-tcl-*-

sys=$1

out=${sys}_gnuplot.wish

struc=${sys}_struc.txt
dat2=${sys}_odes.dat2

Nx=`mtt_getsize ${sys} x`
Ny=`mtt_getsize ${sys} y`


## write header
cat <<EOF > ${out}
#!/bin/sh
# -*-tcl-*- Next line replaces shell with wish\\
exec wish "\$0" "\$@"


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