/[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.45 by humppake, Tue Oct 29 15:07:40 2002 UTC revision 1.46 by tjl, Tue Oct 29 19:55:36 2002 UTC
# Line 939  namespace Coords { Line 939  namespace Coords {
939          CoordSet *cs1_tmp = 0;          CoordSet *cs1_tmp = 0;
940          CoordSet *cs2_tmp = 0;          CoordSet *cs2_tmp = 0;
941    
942            this->maxcs = ninds;
943    
944          for(int i=1; i<ninds; i+=lastIndSize) {          for(int i=1; i<ninds; i+=lastIndSize) {
945              DBG(dbg)  << "loop "<<i<<"\n";              DBG(dbg)  << "loop "<<i<<"\n";
946              int parind = params.size();              int parind = params.size();
# Line 1086  namespace Coords { Line 1088  namespace Coords {
1088          return new RootCoords();          return new RootCoords();
1089      }      }
1090    
1091        CoordSet::iterator CoordSet::begin() {
1092            return iterator(1, this);
1093        }
1094        CoordSet::iterator CoordSet::end() {
1095            return iterator(maxcs, this);
1096        }
1097    
1098  }  }
1099    

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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