Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verification can't parse AIAA tmatver.out -- too many values #1

Closed
shentonfreude opened this issue Jan 19, 2012 · 1 comment
Closed
Assignees

Comments

@shentonfreude
Copy link
Member

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.

@ghost ghost assigned shentonfreude Jan 19, 2012
@shentonfreude
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant