diff options
author | Martin Miller | 2017-03-29 13:31:35 -0500 |
---|---|---|
committer | Martin Miller | 2017-03-29 13:31:35 -0500 |
commit | 4306ccf95bafd64aa528a7fc79b1dabe35092c0f (patch) | |
tree | 3fb0bcb7d780a2c9d79a7536717393cc0a85dbf0 /src/body.cpp | |
parent | 5347fa2553ed4cf5b7669963988b5d21ee0aca0e (diff) | |
download | refslam-4306ccf95bafd64aa528a7fc79b1dabe35092c0f.zip refslam-4306ccf95bafd64aa528a7fc79b1dabe35092c0f.tar.gz |
Allow for the usage of REFLECTION and MONO features.
Feature methods were updated to accomodate both types of features.
Diffstat (limited to 'src/body.cpp')
-rw-r--r-- | src/body.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/body.cpp b/src/body.cpp index 7ded581..691a209 100644 --- a/src/body.cpp +++ b/src/body.cpp @@ -216,7 +216,7 @@ Body::skewSymmetric ( const Vector3d &x ) void Body::unicsv ( ) { - printf("%d,%c,%f,%f,%f,%f,%f,%f,%f,%f,%f\n", utm_i, utm_c, + printf("%d,%c,%f,%f,%f,%f,%f,%f,%f,%f,%f", utm_i, utm_c, X[0], X[1], -X[2], X[3], X[4], X[5], X[6], X[7], X[8]); |