Put the code inside a horus namespace
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#include "Util.h"
|
||||
|
||||
|
||||
namespace horus {
|
||||
|
||||
void
|
||||
BayesBallGraph::addNode (BBNode* n)
|
||||
{
|
||||
@@ -103,3 +105,5 @@ BayesBallGraph::exportToGraphViz (const char* fileName)
|
||||
out.close();
|
||||
}
|
||||
|
||||
} // namespace horus
|
||||
|
||||
|
Reference in New Issue
Block a user