Overview
Comment: | Octave-mode style |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
403256473d77132b97ce0cc1529d65a3 |
User & Date: | gawthrop@users.sourceforge.net on 1999-03-02 22:02:16 |
Other Links: | branch diff | manifest | tags |
Context
1999-03-02
| ||
22:04:11 | Initial revision check-in: a0b13e86b3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
22:02:16 | Octave-mode style check-in: 403256473d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
22:01:21 | *** empty log message *** check-in: ddbc3f5696 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/makerep_txt from [913f2ed3d2] to [d63b592606].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | 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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | + + + + - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + | # Copyright (c) P.J.Gawthrop, 1998. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.3 1998/11/18 10:47:39 peterg ## Added transfer function rep ## ## Revision 1.2 1998/11/10 09:16:41 peterg ## Added structure rep ## ## Revision 1.1 1998/07/22 09:14:42 peterg ## Initial revision ## ############################################################### #Inform user echo Creating $1_rep.txt cat <<EOF > $1_rep.txt ## -*-octave-*- Put Emacs into octave-mode |