Skip to content

Commit

Permalink
updated labrules
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmales committed Nov 2, 2024
1 parent 65f6b71 commit 9b2db04
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/stateRuleEngine/indiCompRules.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,10 @@ struct ruleCompRule: public indiCompRule
/// Default c'tor
/** Changes default comparison to And for ruleCompRule
*/
ruleCompRule() : m_comparison { ruleComparison::And }
{}
ruleCompRule()
{
comparison(ruleComparison::And);
}

/// Set the pointer to the first rule
void rule1( indiCompRule * r /**< [in] the new pointer to rule1*/)
Expand Down
File renamed without changes.

0 comments on commit 9b2db04

Please sign in to comment.