gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] fenfire/org/fenfire/modules/pp Pp.java


From: Matti Katila
Subject: [Gzz-commits] fenfire/org/fenfire/modules/pp Pp.java
Date: Wed, 16 Apr 2003 02:37:35 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Matti Katila <address@hidden>   03/04/16 02:37:35

Modified files:
        org/fenfire/modules/pp: Pp.java 

Log message:
        uncomment

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/modules/pp/Pp.java.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/modules/pp/Pp.java
diff -u fenfire/org/fenfire/modules/pp/Pp.java:1.21 
fenfire/org/fenfire/modules/pp/Pp.java:1.22
--- fenfire/org/fenfire/modules/pp/Pp.java:1.21 Wed Apr 16 02:31:30 2003
+++ fenfire/org/fenfire/modules/pp/Pp.java      Wed Apr 16 02:37:34 2003
@@ -28,7 +28,7 @@
 
 
 public class Pp implements BuoyLinkListener {
-public static final String rcsid = "$Id: Pp.java,v 1.21 2003/04/16 06:31:30 
mudyc Exp $";
+public static final String rcsid = "$Id: Pp.java,v 1.22 2003/04/16 06:37:34 
mudyc Exp $";
     public static final boolean dbg = false;
     protected static void p(String s) { if(dbg) pa(s); }
     protected static void pa(String s) { System.out.println("Pp::"+s); }
@@ -243,18 +243,15 @@
        if (GraphicsAPI.getInstance() instanceof GLAPI) {
            GLVobCoorder c = (GLVobCoorder)curVs.coords;
 
-           /*
            if (dir < 0){
                buoyCS = c.buoyOnCircle(0, anchorCenter,
                                        ctrX, ctrY, r, 
-                                       ctrX-r, ctrY, .1);
+                                       ctrX-r, ctrY, .1f);
            } else {
                buoyCS = c.buoyOnCircle(0, anchorCenter,
                                        ctrX, ctrY, r, 
-                                       ctrX+r, ctrY, .1);
+                                       ctrX+r, ctrY, .1f);
            }
-           */
-           throw new Error("gl buoyoincircle linking not implemented!");
        } else {
            OrthoCoorder c = (OrthoCoorder)curVs.coords;
            if (dir < 0){




reply via email to

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