mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00: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
|
// 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'
|
// Not sure this is how we want it - rather specify an input flag 'read'
|
||||||
// and assert that the file is there.
|
// and assert that the file is there.
|
||||||
/* const std::string &PerambFileName{par().PerambFileName};
|
const std::string &PerambFileName{par().PerambFileName};
|
||||||
if( PerambFileName.length() ){
|
/* if( PerambFileName.length() ){
|
||||||
bool bExists = false;
|
bool bExists = false;
|
||||||
{
|
{
|
||||||
std::ifstream f(PerambFileName, std::ios::binary);
|
std::ifstream f(PerambFileName, std::ios::binary);
|
||||||
|
Loading…
Reference in New Issue
Block a user