Consistency of names and guard in topology.h

This commit is contained in:
lasnier 2012-11-23 20:20:07 +01:00
commit 6b2a695622
11 changed files with 47 additions and 42 deletions

View file

@ -46,7 +46,7 @@ public :
/**
*Fills the given matrix for a complete topology with the specified number of nodes.
*/
void operator()(unsigned nbIsland, std::vector<std::vector<bool>>& matrix) const;
void operator()(unsigned nbNode, std::vector<std::vector<bool>>& matrix) const;
};
}