Overview
Comment: | To avoid clashes when creating for more thsan one top level file, adds _lower attribute to lower lecel constitutive relationship files. .constitutive relationship files only in top level _constitutive relationship files. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ab25e0d2123d55f6f0f63929415aea43 |
User & Date: | gawthrop@users.sourceforge.net on 1998-04-14 17:46:28 |
Other Links: | branch diff | manifest | tags |
Context
1998-04-14
| ||
18:01:04 | Now executes a Makefile (if it exists) check-in: 96fc5283b2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:46:28 |
To avoid clashes when creating for more thsan one top level file, adds _lower attribute to lower lecel constitutive relationship files. .constitutive relationship files only in top level _constitutive relationship files. check-in: ab25e0d212 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:08:50 | Input only on SS check-in: 8222401b33 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cr_txt2r from [aa97895f73] to [7b281e063b].
︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + | # Copyright (c) P.J.Gawthrop, 1997. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.6 1998/04/14 13:54:15 peterg ## Uses the _sub.sh rep to recursively generate and include sub systems. ## ## Revision 1.5 1998/03/09 13:36:00 peterg ## Cosmetic change ## ## Revision 1.4 1998/03/06 15:54:41 peterg ## Put message bcak in in simpler form ## ## Revision 1.3 1998/03/06 15:51:06 peterg |
︙ | |||
44 45 46 47 48 49 50 | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | + + + + + - - + + - + - - + + - + - - - + + + - + - + + + - + - + + | # already). # # Revision 1.1 1997/04/09 09:08:12 peterg # Initial revision # ############################################################### # The level of the recursion null at top level; _lower at lower levels. level=$2 crfile=$1_cr$level.r |