/[libvob]/libvob/src/trans/Coorder.cxx
ViewVC logotype

Diff of /libvob/src/trans/Coorder.cxx

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

revision 1.6 by tjl, Wed Jun 11 17:41:56 2003 UTC revision 1.7 by tjl, Mon Aug 11 11:56:11 2003 UTC
# Line 265  void Coorder::setPoints( int ninds, Line 265  void Coorder::setPoints( int ninds,
265                            
266              for(int j=0; j<nprev; j++) {              for(int j=0; j<nprev; j++) {
267                  int parent = inds1[i+1+j];                  int parent = inds1[i+1+j];
268                  Transform *parentcs = cs[parent];                  Transform *parentcs = get(parent); // cs[parent]; -- check bounds using geT()
269                  if(parentcs == 0) {                  if(parentcs == 0) {
270                      DBG(dbg_coorder) << "Parent "<<j<<" not interp\n";                      DBG(dbg_coorder) << "Parent "<<j<<" not interp\n";
271                      goto nextInd; // If parent's not interpolating, neither are we.                      goto nextInd; // If parent's not interpolating, neither are we.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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