Overview
Comment: | Removed reducndant lines. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4b8882ab2446d004a7d5a1351d2f6ec6 |
User & Date: | gawthrop@users.sourceforge.net on 1996-09-12 12:06:38 |
Other Links: | branch diff | manifest | tags |
Context
1996-09-12
| ||
13:12:04 | Removed an fprintf that was a mistake. check-in: add52fe137 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:06:38 | Removed reducndant lines. check-in: 4b8882ab24 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:05:01 | Removed default crs. check-in: a03c00160b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/makecr from [97030fddd1] to [30acb4af0e].
︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | 9 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 38 39 40 41 | + + + - - - - - | # Copyright (c) P.J.Gawthrop 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.3 1996/09/12 12:05:01 peter ## Removed default crs. ## ## Revision 1.2 1996/09/10 16:18:37 peter ## Uses default constitutive relationship mtt/cr/r ## ## Revision 1.1 1996/08/24 14:53:06 peter ## Initial revision ## ############################################################### #Inform user echo Creating $1_cr.r echo % Default CR file > $1_cr.r echo % File $1_cr.r >> $1_cr.r echo % Generated by MTT on `date`. >> $1_cr.r echo >> $1_cr.r |