Bracket in ring topo...

This commit is contained in:
quemy 2013-02-08 10:26:23 +01:00
commit f8bde01588

View file

@ -44,5 +44,4 @@ void paradiseo::smp::Ring::operator()(unsigned nbNode, std::vector<std::vector<b
for(unsigned i=0; i < nbNode; i++)
matrix[i][(i+1)%nbNode]=true;
}
}