Numworks Epsilon  1.4.1
Graphing Calculator Operating System
go_to_parameter_controller.cpp
Go to the documentation of this file.
2 #include "../app.h"
3 #include <assert.h>
4 #include <cmath>
5 
6 namespace Sequence {
7 
8 bool GoToParameterController::setParameterAtIndex(int parameterIndex, double f) {
9  assert(parameterIndex == 0);
11 }
12 
13 }
14 
#define assert(e)
Definition: assert.h:9
#define round(x)
Definition: math.h:192
Definition: app.cpp:7
bool setParameterAtIndex(int parameterIndex, double f) override