Index: mttroot/mtt/lib/control/PPP/ppp_ustar2h.m ================================================================== --- mttroot/mtt/lib/control/PPP/ppp_ustar2h.m +++ mttroot/mtt/lib/control/PPP/ppp_ustar2h.m @@ -22,11 +22,20 @@ header = sprintf("/*\n File %s generated by ppp_ustar2h on %s */\n", \ filename, ctime(time)); def = sprintf("#define N_U %i\n#define N_T %i\n#define DT %g\n", \ N_U, N, DT); - def = sprintf("%sdouble U[N_U];\n",def); + def = sprintf("%sdouble U[N_U]={",def); + for j=1:N_U + if j