[Commit] papers/xr_ols2003 appendix.tex,1.2,1.3

Carl Worth commit@keithp.com
Thu, 15 May 2003 13:20:24 -0700


Committed by: cworth

Update of /local/src/CVS/papers/xr_ols2003
In directory home.keithp.com:/tmp/cvs-serv17128

Modified Files:
	appendix.tex 
Log Message:
Fixed stars.c

Index: appendix.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/appendix.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- appendix.tex	15 May 2003 20:04:48 -0000	1.2
+++ appendix.tex	15 May 2003 20:20:22 -0000	1.3
@@ -107,9 +107,6 @@
         XrRelLineTo (xrs, 1.0, 0);
         XrRotate (xrs, theta);
     }
-    XrRotate (xrs, theta);
-    XrRotate (xrs, theta);
-    XrRotate (xrs, theta);
     XrClosePath (xrs);
 }