From 0faf40e20779846efbd0caebe9dd345eafc3ec75 Mon Sep 17 00:00:00 2001 From: ferben Date: Wed, 13 Mar 2019 13:24:18 +0000 Subject: [PATCH] last commit did not compile - fxied this --- Hadrons/Modules/MDistil/PerambLight.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hadrons/Modules/MDistil/PerambLight.hpp b/Hadrons/Modules/MDistil/PerambLight.hpp index d7d599b9..51f3b735 100644 --- a/Hadrons/Modules/MDistil/PerambLight.hpp +++ b/Hadrons/Modules/MDistil/PerambLight.hpp @@ -207,8 +207,8 @@ void TPerambLight::execute(void) // Load perambulator if it exists on disk instead of creating it // Not sure this is how we want it - rather specify an input flag 'read' // and assert that the file is there. -/* const std::string &PerambFileName{par().PerambFileName}; - if( PerambFileName.length() ){ + const std::string &PerambFileName{par().PerambFileName}; +/* if( PerambFileName.length() ){ bool bExists = false; { std::ifstream f(PerambFileName, std::ios::binary);