Differences From Artifact [868b237a9b]:
- Executable file mttroot/mtt/bin/trans/abg2sensitivity_fig — part of check-in [b0e7685fe1] at 1999-11-16 22:09:01 on branch origin/master — Automativally looks for base system in library (user: gawthrop@users.sourceforge.net, size: 1489) [annotate] [blame] [check-ins using]
To Artifact [019c577d2e]:
- Executable file mtt/bin/trans/abg2sensitivity_fig — 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: 1490) [annotate] [blame] [check-ins using] [more...]
- Executable file
mttroot/mtt/bin/trans/abg2sensitivity_fig
— 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: 1490) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
18 19 20 21 22 23 24 | echo "Looking for $1 in library" mtt -q compcopy $1 fi echo Creating $sfilename | | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | echo "Looking for $1 in library" mtt -q compcopy $1 fi echo Creating $sfilename gawk ' function modulo10(x) { return x-int(x/10)*10 } { level_index = 4; if ( match($NF,"001")&&(modulo10($level_index)==0)&&(index($NF,"[") != 1) ){ |
︙ | ︙ |