This commit is contained in:
Tiago Gomes
2013-02-08 01:11:18 +00:00
parent 98842dca74
commit bff56c75ca
5 changed files with 14 additions and 11 deletions

View File

@@ -175,12 +175,10 @@ FactorGraph::getVarNode (VarId vid) const
struct sortByVarId
{
struct sortByVarId {
bool operator()(VarNode* vn1, VarNode* vn2) {
return vn1->varId() < vn2->varId();
}
};
}};
} // namespace horus