mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps/graph][apps/sequence] In function store model, specify the
implementation of removeAll (always let an empty function in cartesian functions) Change-Id: I5e91a0ea427ba823eee4f86cdd8b7cd5426df2c6
This commit is contained in:
@@ -62,10 +62,4 @@ int FunctionStore::numberOfDefinedFunctions() {
|
||||
return result;
|
||||
}
|
||||
|
||||
void FunctionStore::removeAll() {
|
||||
for (int i = 0; i < numberOfFunctions(); i++) {
|
||||
removeFunction(functionAtIndex(i));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user