gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob/vob/buoy buoymanager.py


From: Matti Katila
Subject: [Gzz-commits] libvob/vob/buoy buoymanager.py
Date: Wed, 16 Apr 2003 06:05:51 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Matti Katila <address@hidden>   03/04/16 06:05:51

Modified files:
        vob/buoy       : buoymanager.py 

Log message:
        fixbuoyOnCircle

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/buoy/buoymanager.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: libvob/vob/buoy/buoymanager.py
diff -u libvob/vob/buoy/buoymanager.py:1.3 libvob/vob/buoy/buoymanager.py:1.4
--- libvob/vob/buoy/buoymanager.py:1.3  Wed Apr 16 05:34:42 2003
+++ libvob/vob/buoy/buoymanager.py      Wed Apr 16 06:05:51 2003
@@ -107,12 +107,12 @@
        x = self.ctrx
        r = self.ctry * 1.05
        if direction > 0:
-           buoy = self.vs.coords.buoyOnCircle(0, anchorCenter,
+           buoy = self.vs.coords.buoyOnCircle1(0, anchorCenter,
                                x, self.ctry, r, 
                                x-r, self.ctry, 
                                .1)
        else:
-           buoy = self.vs.coords.buoyOnCircle(0, anchorCenter,
+           buoy = self.vs.coords.buoyOnCircle1(0, anchorCenter,
                                x, self.ctry, r, 
                                x+r, self.ctry,
                                .1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]