From 090788ca04d1620c258d3a1e9053b907e87ec3c1 Mon Sep 17 00:00:00 2001
From: Johannes Hofmann <Johannes.Hofmann@gmx.de>
Date: Tue, 27 May 2008 18:43:14 +0200
Subject: whitespace

---
 src/lsq_rectilinear.mac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src')

diff --git a/src/lsq_rectilinear.mac b/src/lsq_rectilinear.mac
index 68dc5ee..377c24a 100644
--- a/src/lsq_rectilinear.mac
+++ b/src/lsq_rectilinear.mac
@@ -14,10 +14,10 @@ c_z_rot : -sin(c_nick) * c_x + cos(c_nick) * c_z$
 
 /* pinhole projection */
 x : c_y_rot / c_x_rot$
-y : - c_z_rot / c_x_rot$ 
+y : -c_z_rot / c_x_rot$ 
 
 /* rotation around view axis */
-x_rot : y * sin(c_tilt) + x * cos(c_tilt)+x0$
+x_rot : y * sin(c_tilt) + x * cos(c_tilt) + x0$
 y_rot : y * cos(c_tilt) - x * sin(c_tilt)$
 
 /* distortion correction */
-- 
cgit v1.2.3