mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 07:40:42 +01:00
[apps/graph] Rename CartesianFunctionStore to ContinuousFunctionStore
This commit is contained in:
committed by
LeaNumworks
parent
d02ecf93a5
commit
0466d00588
@@ -53,7 +53,7 @@ Coordinate2D<double> CalculationGraphController::computeNewPointOfInterestFromAb
|
||||
return computeNewPointOfInterest(start, step, max, textFieldDelegateApp()->localContext());
|
||||
}
|
||||
|
||||
CartesianFunctionStore * CalculationGraphController::functionStore() const {
|
||||
ContinuousFunctionStore * CalculationGraphController::functionStore() const {
|
||||
return App::app()->functionStore();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user