Overview
| Comment: | Put in the correct date. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b76d0046bb011caf51fcc8275836a9b8 |
| User & Date: | gawthrop@users.sourceforge.net on 1997-03-19 16:39:12.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1997-03-20
| ||
| 10:25:41 | Generates a compehensive default params file. check-in: cd9652f1fe user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
1997-03-19
| ||
| 16:39:12 | Put in the correct date. check-in: b76d0046bb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 12:08:01 | No longer writes out non-unique names - now done in rbg_fig2m check-in: f9d502be67 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/sympar_txt2r
from [2cf0de2167]
to [c233518259].
1 2 3 4 5 6 7 8 9 |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: sympar_txt2r
# Label file to symbolic parameters conversion
| | | > > > | 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 26 27 |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: sympar_txt2r
# Label file to symbolic parameters conversion
# P.J.Gawthrop March 1997
# Copyright (c) P.J.Gawthrop, 1997.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
# Revision 1.2 1997/03/18 17:56:35 peterg
# Cosmetic changes.
#
###############################################################
# Inform user
echo "Creating $1_sympar.r"
rm -f mtt_error
|
| ︙ | ︙ |