Differences From Artifact [f6c0999a75]:

To Artifact [425f980273]:


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?




MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]