Skip to content

Commit

Permalink
feat(nft)!: Set default number of levels in NFTs to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adda0 committed Dec 2, 2024
1 parent ee9056a commit 4a86611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mata/nft/types.hh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ constexpr Symbol EPSILON = mata::nfa::EPSILON;
constexpr Symbol DONT_CARE = EPSILON - 1;

constexpr Level DEFAULT_LEVEL{ 0 };
constexpr Level DEFAULT_NUM_OF_LEVELS{ 1 };
constexpr Level DEFAULT_NUM_OF_LEVELS{ 2 };

} // namespace mata::nft.

Expand Down

0 comments on commit 4a86611

Please sign in to comment.