From f4ed53c4e70f8d808eaa68ca82cba5c4e984fa6a Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Wed, 27 Apr 2011 14:36:19 +0100 Subject: [PATCH] Use time parameters give in test file. --- RunTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RunTest.cpp b/RunTest.cpp index 623e737..918a4b7 100644 --- a/RunTest.cpp +++ b/RunTest.cpp @@ -184,7 +184,7 @@ void RunTest(const char* infile) { */ if (Tle::IsValidLine(line2, 2)) { Tle tle("Test", line1, line2); - RunTle(tle, 0.0, 1440.0, 120.0); + RunTle(tle, start, end, inc); } else { std::cerr << "Error: Badly formatted second line:" << std::endl; std::cerr << line2 << std::endl;