[Commit] papers/xr_ols2003/examples stars.c,1.1,1.2

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


Committed by: cworth

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

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

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