summaryrefslogtreecommitdiff
path: root/src/lsq_funcs.mac
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-12 19:19:00 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-12 19:19:00 +0100
commite4bf7c9dec362739678689d87126c8df490ddb08 (patch)
tree075097be5bcc4c8258edfeeb8131d0a75d31807e /src/lsq_funcs.mac
parentecf37e45b96cae7596edffbe5b381ba123bc5c5f (diff)
try to get display working
Diffstat (limited to 'src/lsq_funcs.mac')
-rw-r--r--src/lsq_funcs.mac4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lsq_funcs.mac b/src/lsq_funcs.mac
index 3e1bc18..31f500b 100644
--- a/src/lsq_funcs.mac
+++ b/src/lsq_funcs.mac
@@ -12,8 +12,8 @@ y : y_unrot * cos(c_tilt) - x_unrot * sin(c_tilt)$
/*
* Some mangling for C code generation
*/
-x_expand : trigexpand(x)$
-y_expand : trigexpand(y)$
+x_expand : trigexpand(x_unrot)$
+y_expand : trigexpand(y_unrot)$
args: "(double c_view, double c_nick, double c_tilt, double scale, double k0, double k1, double m_view, double m_nick)"$