Overview
Comment: | Fixed header typos |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9f8f1c1bc58b2a27f7e714cc6e3ea10a |
User & Date: | gawthrop@users.sourceforge.net on 2000-10-12 17:57:34 |
Other Links: | branch diff | manifest | tags |
Context
2000-10-12
| ||
18:38:47 |
New method of sympar generation implemented - uses mtt_make_sympar Check/update of numpar.txt is forced. check-in: b34acf51b7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:57:34 | Fixed header typos check-in: 9f8f1c1bc5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
15:11:54 | Added the update function for numpar only check-in: 50e27df159 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_update from [b0f6b994e2] to [a65ea4ea80].
1 2 3 4 5 6 7 | #!/bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: mtt_update | | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | #!/bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: mtt_update # Generates Updates core representations # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.3 2000/10/12 15:11:30 peterg ## Added the update switch ## ## Revision 1.2 2000/10/12 13:45:13 peterg ## Put in the no-file version ## ## Revision 1.1 2000/10/12 12:32:23 peterg ## Initial revision ## ## |
︙ | ︙ |