From c7b11f62e581abc79ddb67360582ff0d47293fd5 Mon Sep 17 00:00:00 2001 From: Tobias Langer Date: Tue, 11 Oct 2016 21:21:29 +0200 Subject: [PATCH] Fixed variable name. --- templates/normal/experiment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/normal/experiment.cpp b/templates/normal/experiment.cpp index b47c076..ec64f6f 100644 --- a/templates/normal/experiment.cpp +++ b/templates/normal/experiment.cpp @@ -68,7 +68,7 @@ void benchmark_out() auto core_id = benchmark[i][j].core_id; std::cout << "instance " << j << " "; std::cout << "start " << task_start << " "; - std::cout << "end " << end_task << " "; + std::cout << "end " << task_end << " "; std::cout << "core_id " << core_id << std::endl; } } -- libgit2 0.26.0