[app/sequence] Add a third sequence

This commit is contained in:
Émilie Feral
2019-07-16 18:10:46 +02:00
parent 7db5a10da9
commit 2e7fb601c8
6 changed files with 71 additions and 48 deletions

View File

@@ -8,7 +8,7 @@
namespace Sequence {
constexpr static int MaxRecurrenceDepth = 2;
static constexpr int MaxNumberOfSequences = 2;
static constexpr int MaxNumberOfSequences = 3;
class SequenceStore;
class SequenceContext;