From 2a3ec8bb918fa21440060460039a8e308a3911f5 Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Thu, 31 Mar 2011 18:46:05 +0100 Subject: [PATCH] Test formatting changed --- main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.cpp b/main.cpp index 7abc161..8041bed 100644 --- a/main.cpp +++ b/main.cpp @@ -118,11 +118,11 @@ void RunTle(Tle tle, double start, double end, double inc) { std::cout << std::setprecision(8) << std::fixed; std::cout.width(17); std::cout << val << " "; - std::cout.width(17); + std::cout.width(16); std::cout << position.GetX() << " "; - std::cout.width(17); + std::cout.width(16); std::cout << position.GetY() << " "; - std::cout.width(17); + std::cout.width(16); std::cout << position.GetZ() << std::endl; } catch (std::exception* ex) {