/[gzz]/gzz/gfx/libcoords/Coords.cxx
ViewVC logotype

Diff of /gzz/gfx/libcoords/Coords.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by tjl, Tue Oct 1 07:55:44 2002 UTC revision 1.21 by tjl, Tue Oct 1 08:03:57 2002 UTC
# Line 53  namespace Coords { Line 53  namespace Coords {
53          }          }
54    
55          virtual CoordSys *createInverse() {          virtual CoordSys *createInverse() {
56              CoordSys *sinv = super->createInverse();              CoordSys *sinv = super->getInverse();
57              typedef InverseTransformCoordSys<typename Transform::InverseType> Inv;              typedef InverseTransformCoordSys<typename Transform::InverseType> Inv;
58              Inv *ret = new Inv(sinv, t);              Inv *ret = new Inv(sinv, t);
59              ret->setOriginal(this);              ret->setOriginal(this);

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26