[apps/graph] Rename CartesianFunctionStore to ContinuousFunctionStore

This commit is contained in:
Ruben Dashyan
2019-09-09 14:25:31 +02:00
committed by LeaNumworks
parent d02ecf93a5
commit 0466d00588
14 changed files with 21 additions and 21 deletions

View File

@@ -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();
}