- Timestamp:
- Aug 30, 2012, 6:08:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/psModules/src/objects/pmSourceExtendedPars.c
r32347 r34367 190 190 bool pmSourceRadialProfileSortPair (psVector *index, psVector *extra) { 191 191 192 psAssert (index->n == extra->n, "mismatched vector lengths"); 193 if (index->n < 2) return true; 194 192 195 // sort the vector set by the radius 193 196 PSSORT (index->n, COMPARE_INDEX, SWAP_INDEX, NONE);
Note:
See TracChangeset
for help on using the changeset viewer.
