Overview
Comment: | Removed a spuriuos echo. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d98dd81d264d998b561103d761506f7d |
User & Date: | gawthrop@users.sourceforge.net on 1996-08-15 12:46:59 |
Other Links: | branch diff | manifest | tags |
Context
1996-08-15
| ||
12:50:51 | Put in a conj to undo effect of transpose. check-in: 22c8905b17 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:46:59 | Removed a spuriuos echo. check-in: d98dd81d26 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:56:38 | Initial revision check-in: 04b7f16b2a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/sympar2numpar_r2m from [ea45d7e584] to [ec9f22fd41].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop 1996 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1996/08/11 10:41:52 peter ## Fixed various bugs. ## ## Revision 1.1 1996/08/11 08:48:07 peter ## Initial revision ## ############################################################### # Inform user echo Creating $1_numpar.m | > > > > < | 10 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 | # Copyright (c) P.J.Gawthrop 1996 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.3 1996/08/12 20:20:59 peter ## Explicit parameters via out put list. ## Parameter conversion stuff deleted. ## ## Revision 1.2 1996/08/11 10:41:52 peter ## Fixed various bugs. ## ## Revision 1.1 1996/08/11 08:48:07 peter ## Initial revision ## ############################################################### # Inform user echo Creating $1_numpar.m # Remove the old log file rm -f mknumpar.log # Use reduce to accomplish the transformation reduce >mknumpar.log << EOF |
︙ | ︙ |