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: |
d58e5e75f63798f9b4e186bb3c5a43f0 |
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 | |
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 | 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` |
︙ |