Rename: Concept=>Cologex
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CONCEPT_H
|
||||
#define _CONCEPT_H
|
||||
#ifndef _COMBINATORIAL_LOGIC_EXPRESSION_H
|
||||
#define _COMBINATORIAL_LOGIC_EXPRESSION_H
|
||||
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <mentalEntity.h>
|
||||
|
||||
namespace smo {
|
||||
namespace concepts {
|
||||
namespace cologex {
|
||||
|
||||
class Comparator
|
||||
: public MentalEntity, public logic::Operand
|
||||
@@ -43,9 +43,10 @@ public:
|
||||
|
||||
};
|
||||
|
||||
typedef CombinatorialLogicExpression Concept;
|
||||
typedef CombinatorialLogicExpression Cologex;
|
||||
typedef CombinatorialLogicExpression Clast;
|
||||
|
||||
} // namespace concept
|
||||
} // namespace cologex
|
||||
} // namespace smo
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user