Differences From Artifact [c8db144483]:

To Artifact [374eed77eb]:


15
16
17
18
19
20
21
22
23
24
25

  ## Avoid spurious imag parts due to rounding
  A_u = real(A_u);		

  ## Setpoint basis functions
  A_w = 0;

  ## Include A_w in A_u
  A_u = ppp_aug(A_u,A_w);

endfunction







<
<
<

15
16
17
18
19
20
21



22

  ## Avoid spurious imag parts due to rounding
  A_u = real(A_u);		

  ## Setpoint basis functions
  A_w = 0;




endfunction

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