mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 08:41:01 +01:00
[shared] StorageFunction: fix
This commit is contained in:
@@ -22,7 +22,7 @@ int StorageFunctionStore::numberOfActiveFunctions() const {
|
||||
}
|
||||
|
||||
|
||||
StorageFunction * StorageFunctionStore::activeFunctionAtIndex(int i) {
|
||||
StorageFunction * StorageFunctionStore::activeFunctionAtIndex(int i) const {
|
||||
assert(i >= 0 && i < numberOfDefinedModels());
|
||||
int index = 0;
|
||||
int currentModelIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user