Repository: incubator-quickstep
Updated Branches:
  refs/heads/LIP-time-decomposition 97f6a4d52 -> 81b931cc3


Minor fixes


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/81b931cc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/81b931cc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/81b931cc

Branch: refs/heads/LIP-time-decomposition
Commit: 81b931cc3355bf8a5c592ab850407d930bc076c4
Parents: 97f6a4d
Author: Jianqiao Zhu <jianq...@cs.wisc.edu>
Authored: Tue Nov 22 17:35:22 2016 -0600
Committer: Jianqiao Zhu <jianq...@cs.wisc.edu>
Committed: Tue Nov 22 17:35:22 2016 -0600

----------------------------------------------------------------------
 utility/EventProfiler.hpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/81b931cc/utility/EventProfiler.hpp
----------------------------------------------------------------------
diff --git a/utility/EventProfiler.hpp b/utility/EventProfiler.hpp
index 2c8df25..f856f00 100644
--- a/utility/EventProfiler.hpp
+++ b/utility/EventProfiler.hpp
@@ -164,9 +164,8 @@ class EventProfiler {
   };
 
   template<class Tuple>
-  struct TuplePrinter<Tuple, 1> {
+  struct TuplePrinter<Tuple, 0> {
     static void Print(std::ostream &os, const Tuple &t, const std::string 
&sep) {
-      os << std::get<0>(t) << sep;
     }
   };
 

Reply via email to