From 4306ccf95bafd64aa528a7fc79b1dabe35092c0f Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Wed, 29 Mar 2017 13:31:35 -0500 Subject: Allow for the usage of REFLECTION and MONO features. Feature methods were updated to accomodate both types of features. --- src/body.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/body.cpp') 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]); -- cgit v1.1