From 813af84ae803430dd253899009267613331a4a38 Mon Sep 17 00:00:00 2001 From: paboyle Date: Sun, 14 Jan 2018 22:34:12 +0000 Subject: [PATCH] Format emacs C++ mode --- lib/qcd/hmc/HMCResourceManager.h | 50 ++++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/lib/qcd/hmc/HMCResourceManager.h b/lib/qcd/hmc/HMCResourceManager.h index 2ab240f7..aeff5b8e 100644 --- a/lib/qcd/hmc/HMCResourceManager.h +++ b/lib/qcd/hmc/HMCResourceManager.h @@ -25,28 +25,28 @@ with this program; if not, write to the Free Software Foundation, Inc., See the full license in the file "LICENSE" in the top level distribution directory - *************************************************************************************/ -/* END LEGAL */ +*************************************************************************************/ + /* END LEGAL */ #ifndef HMC_RESOURCE_MANAGER_H #define HMC_RESOURCE_MANAGER_H #include -// One function per Checkpointer, use a macro to simplify -#define RegisterLoadCheckPointerFunction(NAME) \ - void Load##NAME##Checkpointer(const CheckpointerParameters& Params_) { \ - if (!have_CheckPointer) { \ - std::cout << GridLogDebug << "Loading Checkpointer " << #NAME \ - << std::endl; \ - CP = std::unique_ptr( \ - new NAME##CPModule(Params_)); \ - have_CheckPointer = true; \ - } else { \ - std::cout << GridLogError << "Checkpointer already loaded " \ - << std::endl; \ - exit(1); \ - } \ - } + // One function per Checkpointer, use a macro to simplify +#define RegisterLoadCheckPointerFunction(NAME) \ + void Load##NAME##Checkpointer(const CheckpointerParameters& Params_) { \ + if (!have_CheckPointer) { \ + std::cout << GridLogDebug << "Loading Checkpointer " << #NAME \ + << std::endl; \ + CP = std::unique_ptr( \ + new NAME##CPModule(Params_)); \ + have_CheckPointer = true; \ + } else { \ + std::cout << GridLogError << "Checkpointer already loaded " \ + << std::endl; \ + exit(1); \ + } \ + } NAMESPACE_BEGIN(Grid); @@ -84,7 +84,7 @@ class HMCResourceManager { } - public: +public: HMCResourceManager() : have_RNG(false), have_CheckPointer(false) {} template @@ -134,13 +134,13 @@ class HMCResourceManager { } if(!Read.push("Level")){// push must check if the node exist - std::cout << "Level not found" << std::endl; + std::cout << "Level not found" << std::endl; exit(1); } do - { - fill_ActionsLevel(Read); - } + { + fill_ActionsLevel(Read); + } while(Read.push("Level")); Read.pop(); @@ -251,9 +251,9 @@ class HMCResourceManager { RegisterLoadCheckPointerFunction(Binary); RegisterLoadCheckPointerFunction(Nersc); - #ifdef HAVE_LIME +#ifdef HAVE_LIME RegisterLoadCheckPointerFunction(ILDG); - #endif +#endif //////////////////////////////////////////////////////// // Observables @@ -279,7 +279,7 @@ class HMCResourceManager { private: - // this private + // this private template void fill_ActionsLevel(ReaderClass &Read){ // Actions set