mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/calculation] When leaving calculation app, do not invalid
calculation height memoization. They're computed from the layouts which don't depend on the complex format (or any other settings parameters which could have changed).
This commit is contained in:
committed by
LeaNumworks
parent
708477dece
commit
c2db00cc88
@@ -163,9 +163,6 @@ void CalculationStore::tidy() {
|
||||
return;
|
||||
}
|
||||
resetMemoizedModelsAfterCalculationIndex(-1);
|
||||
for (Calculation * c : *this) {
|
||||
c->tidy();
|
||||
}
|
||||
}
|
||||
|
||||
Expression CalculationStore::ansExpression(Context * context) {
|
||||
|
||||
Reference in New Issue
Block a user