Overview
| Comment: | Fixed header typos |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
53272e14e06a09b6c94b4de7e12a8cd9 |
| User & Date: | gawthrop@users.sourceforge.net on 2000-10-12 17:57:34.000 |
| 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: bafa6376ac user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 17:57:34 | Fixed header typos check-in: 53272e14e0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 15:11:54 | Added the update function for numpar only check-in: 4950f8ffd3 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
##
##
|
| ︙ | ︙ |