Clean heterogeneous test

This commit is contained in:
quemy 2013-01-19 01:09:24 +01:00
commit e8c188b688
5 changed files with 94 additions and 136 deletions

View file

@ -49,7 +49,7 @@ void paradiseo::smp::Hypercubic::operator()(unsigned nbNode, std::vector<std::ve
for(auto& line : matrix)
line.resize(nbNode);
//Construction
// Construction
matrix[0][0] = false;
for(unsigned dim = 1; dim <= power; dim ++)
{