mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 01:59:59 +01:00
[apps/shared] Add a method symbol in function store
Change-Id: I9f85f815d3ab28425d4df77b6ff4880efde17909
This commit is contained in:
@@ -56,6 +56,10 @@ int SequenceStore::maxNumberOfFunctions() {
|
||||
return k_maxNumberOfSequences;
|
||||
}
|
||||
|
||||
char SequenceStore::symbol() const {
|
||||
return 'n';
|
||||
}
|
||||
|
||||
const char * SequenceStore::firstAvailableName() {
|
||||
for (int k = 0; k < k_maxNumberOfSequences; k++) {
|
||||
int j = 0;
|
||||
|
||||
Reference in New Issue
Block a user