From f684f9095680a4f366ebfd6f11a59e1fc8f8c593 Mon Sep 17 00:00:00 2001 From: Erik Reckase Date: Fri, 17 Jun 2011 13:00:57 -0600 Subject: [PATCH] fixed a few more variations --- cuburn/_pyflam3_hacks.py | 2 +- cuburn/code/variations.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cuburn/_pyflam3_hacks.py b/cuburn/_pyflam3_hacks.py index 0489ada..43dd550 100644 --- a/cuburn/_pyflam3_hacks.py +++ b/cuburn/_pyflam3_hacks.py @@ -129,7 +129,7 @@ BaseXForm._fields_ = [('var', c_double * flam3_nvariations) , ('whorl_outside', c_double) , ('waves2_freqx', c_double) , ('waves2_scalex', c_double) - , ('waves2_freqyx', c_double) + , ('waves2_freqy', c_double) , ('waves2_scaley', c_double) , ('auger_sym', c_double) , ('auger_weight', c_double) diff --git a/cuburn/code/variations.py b/cuburn/code/variations.py index 0db38d8..8369d47 100644 --- a/cuburn/code/variations.py +++ b/cuburn/code/variations.py @@ -854,7 +854,7 @@ var(81, 'waves2', """ """) var(82, 'exp', """ - float expe = expf(f->tx); + float expe = expf(tx); ox += w * expe * cosf(ty); oy += w * expe * sinf(ty); """)