Differences From Artifact [425f980273]:
- Executable file mttroot/mtt/bin/trans/obs_r2m — part of check-in [5ca7145984] at 2000-12-28 12:48:53 on branch origin/master — Put under RCS (user: gawthrop@users.sourceforge.net, size: 2598) [annotate] [blame] [check-ins using] [more...]
To Artifact [1411db277c]:
- Executable file mtt/bin/trans/obs_r2m — 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: 2599) [annotate] [blame] [check-ins using] [more...]
- Executable file
mttroot/mtt/bin/trans/obs_r2m
— 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: 2599) [annotate] [blame] [check-ins using]
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - + | # Remove the old log file rm -f obs_r2m.log rm -f $1_obs.m? rm -f $1_obsa.m # Is the system affine (look in the _obs.r file |
︙ |