gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz gfx/libcoords/Coords.cxx test/gzz/gfx/gl/gl...


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz gfx/libcoords/Coords.cxx test/gzz/gfx/gl/gl...
Date: Tue, 01 Oct 2002 04:03:57 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/10/01 04:03:57

Modified files:
        gfx/libcoords  : Coords.cxx 
        test/gzz/gfx/gl: glvobcoorder.test 

Log message:
        I really don't understand why *this* fails -- when everything before it 
worked...

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libcoords/Coords.cxx.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/gzz/gfx/gl/glvobcoorder.test.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gzz/gfx/libcoords/Coords.cxx
diff -c gzz/gfx/libcoords/Coords.cxx:1.20 gzz/gfx/libcoords/Coords.cxx:1.21
*** gzz/gfx/libcoords/Coords.cxx:1.20   Tue Oct  1 03:55:44 2002
--- gzz/gfx/libcoords/Coords.cxx        Tue Oct  1 04:03:57 2002
***************
*** 53,59 ****
        }
  
        virtual CoordSys *createInverse() {
!           CoordSys *sinv = super->createInverse();
            typedef InverseTransformCoordSys<typename Transform::InverseType> 
Inv;
            Inv *ret = new Inv(sinv, t);
            ret->setOriginal(this);
--- 53,59 ----
        }
  
        virtual CoordSys *createInverse() {
!           CoordSys *sinv = super->getInverse();
            typedef InverseTransformCoordSys<typename Transform::InverseType> 
Inv;
            Inv *ret = new Inv(sinv, t);
            ret->setOriginal(this);
Index: gzz/test/gzz/gfx/gl/glvobcoorder.test
diff -c gzz/test/gzz/gfx/gl/glvobcoorder.test:1.2 
gzz/test/gzz/gfx/gl/glvobcoorder.test:1.3
*** gzz/test/gzz/gfx/gl/glvobcoorder.test:1.2   Tue Oct  1 02:42:55 2002
--- gzz/test/gzz/gfx/gl/glvobcoorder.test       Tue Oct  1 04:03:57 2002
***************
*** 53,59 ****
--- 53,68 ----
  
      cs_ortho = c.coordsys(0, 2, 3.5, 9.1, 1.2, 3.9)
      cs_ortho2 = c.coordsys(cs_ortho, -1.92, 4.1, 2.951, 2.52, 291)
+     cs_rot = c.rotateXY(0, 15)
+     cs_rot2 = c.rotateXY(cs_ortho, 15)
+     cs_rot3 = c.rotateXY(cs_rot2, 15)
+     cs_ortho3 = c.coordsys(cs_rot3, -1.92, 4.1, 2.951, 2.52, 291)
  
      checkInverse(c, cs_ortho)
      checkInverse(c, cs_ortho2)
+     checkInverse(c, cs_ortho3)
+     checkInverse(c, cs_rot)
+     checkInverse(c, cs_rot2)
+     checkInverse(c, cs_rot3)
+ 
  




reply via email to

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