diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-08-18 12:09:34 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-08-18 12:09:34 +0100 |
| commit | d503992380630c1ee6d2edce8861d5f6e31cf8a1 (patch) | |
| tree | 5f813f80ac7bc566534cf3fbfb7411244ec33d3b /gui/libs/ofxAChaosLib/src/AChaosLorenzEuler.h | |
| parent | fb68eed64f548d090eb550047fd0d898e4e033fc (diff) | |
start vector plugin arch
Diffstat (limited to 'gui/libs/ofxAChaosLib/src/AChaosLorenzEuler.h')
| -rw-r--r-- | gui/libs/ofxAChaosLib/src/AChaosLorenzEuler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/libs/ofxAChaosLib/src/AChaosLorenzEuler.h b/gui/libs/ofxAChaosLib/src/AChaosLorenzEuler.h index d23889d..3b3f0ec 100644 --- a/gui/libs/ofxAChaosLib/src/AChaosLorenzEuler.h +++ b/gui/libs/ofxAChaosLib/src/AChaosLorenzEuler.h @@ -21,7 +21,8 @@ public: ~AChaosLorenzEuler(){} vector<string> param_labels={"a","r","c","nx","ny","nz","dt"}; - + virtual vector<string> &get_param_labels(){return this->param_labels;}; + virtual void setup(REAL * params = NULL){ AChaosBase::init(params, 7, 3); |
