/[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.68 by tjl, Tue Feb 11 10:58:52 2003 UTC revision 1.69 by tjl, Wed Feb 12 16:07:21 2003 UTC
# Line 1171  struct PointInterpCoordSys : public Coor Line 1171  struct PointInterpCoordSys : public Coor
1171              float i, j;              float i, j;
1172              Pt box = cs->getSqSize();              Pt box = cs->getSqSize();
1173              float x1, y1, x2, y2;              float x1, y1, x2, y2;
1174              for (i=0; i<=box.x; i+=box.y) {              for (i=0; i<=box.x; i+=box.x) {
1175                  for (j=0; j<=box.y; j+=box.y) {                  for (j=0; j<=box.y; j+=box.y) {
1176                      if (i==0 && j==0) {                      if (i==0 && j==0) {
1177                          /** Initializing. */                          /** Initializing. */

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

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