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/Run.cpp | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'src/Run.cpp') diff --git a/src/Run.cpp b/src/Run.cpp index dab1d11..0de55c8 100644 --- a/src/Run.cpp +++ b/src/Run.cpp @@ -9,23 +9,31 @@ * Douglas M. Pase - initial API and implementation * *******************************************************************************/ -#include -#include +// +// Configuration +// + +// Implementation header +#include "Run.h" + +// System includes +#include +#include #include -#include +#include #include - #if defined(NUMA) #include #endif -#include "Run.h" - +// Local includes #include - -#include "Chain.h" #include "Timer.h" -#include "SpinBarrier.h" + + +// +// Implementation +// static double max(double v1, double v2); static double min(double v1, double v2); -- cgit v1.2.3