mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
last commit did not compile - fxied this
This commit is contained in:
parent
5313e44d11
commit
0faf40e207
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user