From 95d5c46e430de53b047da456260990e297179453 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Sun, 5 Oct 2025 21:42:24 -0400 Subject: [PATCH] Rename: CologexSet=>CologexSeq to be consistent with chronomena --- smocore/include/cologex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smocore/include/cologex.h b/smocore/include/cologex.h index 0a67485..f81bd5a 100644 --- a/smocore/include/cologex.h +++ b/smocore/include/cologex.h @@ -45,7 +45,7 @@ public: }; -class CombinatorialLogicExpressionSet +class CombinatorialLogicExpressionSeq : public MentalEntity, public Concept { public: @@ -55,7 +55,7 @@ public: }; typedef CombinatorialLogicExpression Cologex; -typedef CombinatorialLogicExpressionSet CologexSet; +typedef CombinatorialLogicExpressionSeq CologexSeq; } // namespace cologex } // namespace smo