Put the code inside a horus namespace
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
|
||||
#include "ElimGraph.h"
|
||||
|
||||
|
||||
namespace horus {
|
||||
|
||||
ElimHeuristic ElimGraph::elimHeuristic_ = MIN_NEIGHBORS;
|
||||
|
||||
|
||||
@@ -238,3 +241,5 @@ ElimGraph::connectAllNeighbors (const EgNode* n)
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace horus
|
||||
|
||||
|
Reference in New Issue
Block a user