Changeset 11708 for issm/branches/trunk-jpl-damage/src/c/modules/PointCloudFindNeighborsx/PointCloudFindNeighborsxt.cpp
- Timestamp:
- 03/14/12 14:15:28 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 11685-11707
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/c/modules/PointCloudFindNeighborsx/PointCloudFindNeighborsxt.cpp
r11401 r11708 17 17 int nods; 18 18 double mindistance; 19 Vec flags;19 Vector* flags; 20 20 21 21 /*recover handle and gate: */ … … 62 62 63 63 /*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); 66 66 already[i]=true; 67 67 already[j]=true;
Note:
See TracChangeset
for help on using the changeset viewer.