diff options
| author | Comment <tim@gray.(none)> | 2013-03-11 15:28:10 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-03-11 15:28:10 +0000 |
| commit | e0b956174a509b2fb3698383017a264e92665347 (patch) | |
| tree | 8f73ca05cf500a935390fcc33a9fe22e6a1f54f0 /rotord/rotor.cpp | |
| parent | d1ad9a5c002aa4fafceb8f9740e37238e404177d (diff) | |
manual sID PUT
Diffstat (limited to 'rotord/rotor.cpp')
| -rw-r--r-- | rotord/rotor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp index c0b9fc5..7f22a5f 100644 --- a/rotord/rotor.cpp +++ b/rotord/rotor.cpp @@ -1,4 +1,5 @@ #include "rotor.h" +#include <math.h> //float equality bool fequal(const float u,const float v){ @@ -56,7 +57,6 @@ bool Signal_output::render(const float duration, const float framerate,string &x float v=0.0f; for (float f=0.0f;f<duration;f+=step) { float u=get_output(f); - cerr << "Rotor: Signal_output got " << u << "as output" << endl; if (!fequal(u,v)) { xml_out+=("<signal time='"+ofToString(f)+"'>"+ofToString(u)+"</signal>\n"); v=u; |
