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