From f9531223b72f8337b8d774c9e3a0d0b0f9ffcc7b Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Wed, 2 Nov 2011 15:11:59 +0100 Subject: Cleaning up a bit. --- src/Output.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/Output.h') diff --git a/src/Output.h b/src/Output.h index 65d3926..db7d912 100644 --- a/src/Output.h +++ b/src/Output.h @@ -9,12 +9,23 @@ * Douglas M. Pase - initial API and implementation * *******************************************************************************/ +// +// Configuration +// + +// Include guard #if !defined(Output_h) #define Output_h +// Local includes #include "Types.h" #include "Experiment.h" + +// +// Class definition +// + class Output { public: static void print(Experiment &e, int64 ops, double secs, double ck_res); -- cgit v1.2.3