Overview
Comment: | Added rcs header. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f5dd5a1e8dd4519ca248b0b744ae78b9 |
User & Date: | gawthrop@users.sourceforge.net on 1996-09-12 19:28:55 |
Other Links: | branch diff | manifest | tags |
Context
1996-09-12
| ||
19:29:35 | Use new equation method. check-in: 4bef7dcb4f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:28:55 | Added rcs header. check-in: f5dd5a1e8d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:28:11 | Added defaults (with no constitutive relationship) check-in: cd3a4f00be user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/makecr from [30acb4af0e] to [b85c8207c2].
︙ | |||
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 | 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 42 43 44 45 46 | + + + + + | # Copyright (c) P.J.Gawthrop 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 1996/09/12 12:06:38 peter ## Removed reducndant lines. ## ## 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 cat $MTTPATH/trans/m/rcs_header.txt >> $1_cr.r echo 'END;' >> $1_cr.r |