[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

@@ -81,7 +81,7 @@ KDCoordinate DerivativeParameterController::cellHeight() {
return Metric::ParameterCellHeight;
}
CartesianFunctionStore * DerivativeParameterController::functionStore() {
ContinuousFunctionStore * DerivativeParameterController::functionStore() {
return App::app()->functionStore();
}