Differences From Artifact [6c927fa6eb]:
- Executable file
mttroot/mtt/bin/trans/abg2cr_m2txt
— part of check-in
[66bb5feadf]
at
2002-04-28 18:41:27
on branch origin/master
— Fixed [ 549658 ] awk should be gawk.
Replaced calls to awk with call to gawk. (user: geraint@users.sourceforge.net, size: 898) [annotate] [blame] [check-ins using] [more...]
To Artifact [66557e28d3]:
- Executable file mtt/bin/trans/abg2cr_m2txt — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 910) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/abg2cr_m2txt — part of check-in [e9251d571b] at 2002-05-09 15:52:09 on branch origin/master — Now uses current cr file is its newer than abg.m (user: gawthrop@users.sourceforge.net, size: 910) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
9 10 11 12 13 14 15 | # Abg file to constitutive relationship conversion # P.J.Gawthrop march 2000 # Copyright (C) 2000 by Peter J. Gawthrop # Inform user | | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Abg file to constitutive relationship conversion # P.J.Gawthrop march 2000 # Copyright (C) 2000 by Peter J. Gawthrop # Inform user if [ "$1_cr.txt" -nt "$1_abg.m" ]; then echo "Using $1_cr.txt" exit else echo "Creating $1_cr.txt" fi |
︙ | ︙ |