From e4bf7c9dec362739678689d87126c8df490ddb08 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 12 Dec 2006 19:19:00 +0100 Subject: try to get display working --- src/lsq_funcs.mac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lsq_funcs.mac') 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)"$ -- cgit v1.2.3