mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[apps] Start fixing apps as cursor has new member variable
This commit is contained in:
@@ -151,7 +151,8 @@ double ValuesController::evaluationOfAbscissaAtColumn(double abscissa, int colum
|
||||
if (isDerivative) {
|
||||
return function->approximateDerivative(abscissa, context);
|
||||
}
|
||||
return function->evaluateAtAbscissa(abscissa, context);
|
||||
//TODO LEA RUBEN
|
||||
return function->evaluateAtParameter(abscissa, context).x();
|
||||
}
|
||||
|
||||
void ValuesController::updateNumberOfColumns() {
|
||||
|
||||
Reference in New Issue
Block a user