You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Miura's code, put the second part of the line onto the t,x,y,z,vx,vy,vz and modified the verifier to look only at the first 7 elements of each line.
The output from the AIAA testmat.m is different from that in Miura's distribution. Miura has 7 values:
t, x, y, v, vx, vy, vz
The AIAA code has much more.
Looks like the Miura code added extra \n to the output and that explains the "extra" lines.
If I comment that out in the AIAA, the results are identical to the Miura results.
SO: restore output of the mysterious extra values in the Miura code.
The text was updated successfully, but these errors were encountered: