Differences From Artifact [f81d99e331]:
- Executable file
mttroot/mtt/bin/trans/struc2gnuplot_txt2wish
— part of check-in
[eeb67f4b3b]
at
2002-08-09 21:41:55
on branch origin/master
— Added interactive command line (tools menu).
Minor cosmetic tweaks. (user: geraint@users.sourceforge.net, size: 18328) [annotate] [blame] [check-ins using] [more...]
To Artifact [827a76e733]:
- Executable file mttroot/mtt/bin/trans/struc2gnuplot_txt2wish — part of check-in [d58e5e75f6] at 2002-08-21 06:15:48 on branch origin/master — Null change (testing syncmail). (user: geraint@users.sourceforge.net, size: 18327) [annotate] [blame] [check-ins using] [more...]
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` |
︙ |