Clean heterogeneous test
This commit is contained in:
parent
49190367af
commit
e8c188b688
5 changed files with 94 additions and 136 deletions
|
|
@ -40,7 +40,8 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
|||
paradiseo::smp::CustomBooleanTopology::CustomBooleanTopology(std::string filename)
|
||||
{
|
||||
std::ifstream f(filename);
|
||||
if (f)
|
||||
|
||||
if(f)
|
||||
{
|
||||
int temp;
|
||||
unsigned size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue