Put the code inside a horus namespace
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#include "Horus.h"
|
||||
|
||||
|
||||
namespace horus {
|
||||
|
||||
struct VarInfo
|
||||
{
|
||||
VarInfo (std::string l, const States& sts)
|
||||
@@ -105,5 +107,7 @@ Var::operator!= (const Var& var) const
|
||||
return !(*this == var);
|
||||
}
|
||||
|
||||
} // namespace horus
|
||||
|
||||
#endif // YAP_PACKAGES_CLPBN_HORUS_VAR_H_
|
||||
|
||||
|
Reference in New Issue
Block a user