Overview
| Comment: | Major revision. Now just includes cr files using in""; Two sorts of CR: generic (.cr) tied to a system (_cr.r) |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
515d779d0dfc217532bee0f2cf9819ec |
| User & Date: | gawthrop@users.sourceforge.net on 1998-03-04 15:32:53.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1998-03-04
| ||
| 15:38:16 | Initial revision check-in: 6460276395 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 15:32:53 |
Major revision. Now just includes cr files using in""; Two sorts of CR: generic (.cr) tied to a system (_cr.r) check-in: 515d779d0d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 15:31:14 | Initial revision check-in: 734f4d3e0e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cr_txt2r
from [499f16ca0c]
to [0585067469].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: cr_txt2r
# Label file to constitutive relationship conversion
# P.J.Gawthrop March 1997
# Copyright (c) P.J.Gawthrop, 1997.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
# Revision 1.3 1997/04/09 12:59:43 peterg
# Looks for .cr file in current directory - copies from library if they
# don't already exist.
#
# Revision 1.2 1997/04/09 09:25:55 peterg
# Now copies .cr files from linrary to here (if they don't exist
# already).
| > > > > | 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 28 |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: cr_txt2r
# Label file to constitutive relationship conversion
# P.J.Gawthrop March 1997
# Copyright (c) P.J.Gawthrop, 1997.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1 1998/03/04 15:31:14 peterg
## Initial revision
##
# Revision 1.3 1997/04/09 12:59:43 peterg
# Looks for .cr file in current directory - copies from library if they
# don't already exist.
#
# Revision 1.2 1997/04/09 09:25:55 peterg
# Now copies .cr files from linrary to here (if they don't exist
# already).
|
| ︙ | ︙ |