Overview
Comment: | Changed $() to ``. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ed61e72febabeb7c8686cb2a3565a99c |
User & Date: | gawthrop@users.sourceforge.net on 1996-08-26 13:04:43 |
Other Links: | branch diff | manifest | tags |
Context
1996-08-26
| ||
13:25:07 | Corrected error handling. check-in: 23a7b08827 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:04:43 | Changed $() to ``. check-in: ed61e72feb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:04:25 | Fixed error due to a line wrap. check-in: 5f796466c0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/gdat2ps from [e80cc1d8bb] to [92009ed6d6].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + | # Copyright (c) P.J.Gawthrop, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.6 1996/08/16 14:51:21 peter # Put in some cosmetic postscript options. # ## Revision 1.5 1996/08/15 09:37:58 peter ## Parameters in title. ## ## Revision 1.4 1996/08/14 09:21:17 peter ## Gnu plot conversion now done externally in dat2gdat ## ## Revision 1.3 1996/08/10 14:12:48 peter |
︙ | |||
35 36 37 38 39 40 41 | 38 39 40 41 42 43 44 45 46 47 48 | - + | echo Creating $1.ps gnuplot << EOF set terminal postscript eps color "Times-Roman" 24 set size 1.5,1.5 set output '$1.ps' set grid |
Modified mttroot/mtt/bin/trans/gdat2view from [9171cc1699] to [5424332042].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + + + - + | # Copyright (c) P.J.Gawthrop, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.2 1996/08/15 09:36:00 peter # Parameters in title. # ## Revision 1.1 1996/08/15 08:50:20 peter ## Initial revision ## ############################################################### # echo Creating view of $1 gnuplot << EOF set grid # set title "$1. Generated by MTT on $(date)" |