Put the code inside a horus namespace
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#include "Var.h"
|
||||
|
||||
|
||||
namespace horus {
|
||||
|
||||
Factor::Factor (const Factor& g)
|
||||
{
|
||||
clone (g);
|
||||
@@ -233,3 +235,5 @@ Factor::clone (const Factor& g)
|
||||
distId_ = g.distId();
|
||||
}
|
||||
|
||||
} // namespace horus
|
||||
|
||||
|
Reference in New Issue
Block a user