Differences From Artifact [f6c0999a75]:
- Executable file mttroot/mtt/bin/trans/obs_r2m — part of check-in [dffeaface9] at 1999-01-20 22:13:13 on branch origin/master — Now generates header using lang_header (user: gawthrop@users.sourceforge.net, size: 2576) [annotate] [blame] [check-ins using]
To 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...]
︙ | ︙ | |||
118 119 120 121 122 123 124 125 126 127 128 129 130 131 | if [ "$affine" = "1" ]; then lang_header $1 obs m x [o_o,o_h] > $1_obs.m1 else lang_header $1 obs m x,u yy > $1_obs.m1 fi # Put together the pieces matlab_tidy $1_obs.m3 cat $1_obs.m? >$1_obs.m rm -f $1_obs.m? | > | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | if [ "$affine" = "1" ]; then lang_header $1 obs m x [o_o,o_h] > $1_obs.m1 else lang_header $1 obs m x,u yy > $1_obs.m1 fi # Put together the pieces matlab_tidy $1_obs.m2 matlab_tidy $1_obs.m3 cat $1_obs.m? >$1_obs.m rm -f $1_obs.m? |
︙ | ︙ |