diff options
-rw-r--r-- | cyclone/sickle/svf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/sickle/svf.c b/cyclone/sickle/svf.c index 900a78c..0909571 100644 --- a/cyclone/sickle/svf.c +++ b/cyclone/sickle/svf.c @@ -16,7 +16,7 @@ #if defined(NT) || defined(MACOSX) /* cf pd/src/x_arithmetic.c */ -#define cosf cos +#define sinf sin #endif #define SVF_HZ 0 |