Put the code inside a horus namespace
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include "ParfactorList.h"
|
||||
|
||||
|
||||
namespace horus {
|
||||
|
||||
ParfactorList::ParfactorList (const ParfactorList& pfList)
|
||||
{
|
||||
ParfactorList::const_iterator it = pfList.begin();
|
||||
@@ -644,3 +646,5 @@ ParfactorList::disjoint (
|
||||
return (ts1 & ts2).empty();
|
||||
}
|
||||
|
||||
} // namespace horus
|
||||
|
||||
|
Reference in New Issue
Block a user