1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

last commit did not compile - fxied this

This commit is contained in:
ferben 2019-03-13 13:24:18 +00:00
parent 5313e44d11
commit 0faf40e207

View File

@ -207,8 +207,8 @@ void TPerambLight<FImpl>::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);