Ignore:
Timestamp:
03/14/12 14:15:28 (13 years ago)
Author:
cborstad
Message:

merged trunk-jpl through revision 11707 into branches/trunk-jpl-damage

Location:
issm/branches/trunk-jpl-damage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-jpl-damage

  • issm/branches/trunk-jpl-damage/src/c/modules/PointCloudFindNeighborsx/PointCloudFindNeighborsxt.cpp

    r11401 r11708  
    1717        int     nods;
    1818        double  mindistance;
    19         Vec     flags;
     19        Vector*     flags;
    2020
    2121        /*recover handle and gate: */
     
    6262
    6363                                /*insert value and go to the next point*/
    64                                 if(!already[i]) VecSetValue(flags,i,1,INSERT_VALUES);
    65                                 if(!already[j]) VecSetValue(flags,j,2,INSERT_VALUES);
     64                                if(!already[i]) flags->SetValue(i,1,INS_VAL);
     65                                if(!already[j]) flags->SetValue(j,2,INS_VAL);
    6666                                already[i]=true;
    6767                                already[j]=true;
Note: See TracChangeset for help on using the changeset viewer.