- Timestamp:
- Sep 19, 2009, 8:49:41 AM (17 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psModules/src/objects/pmPetrosian.c
r25409 r25452 9 9 */ 10 10 11 # include "p sphotInternal.h"11 # include "pmPetrosian.h" 12 12 13 13 static void pmPetrosianFree(pmPetrosian *petrosian) … … 56 56 } 57 57 58 bool p sphotPetrosianFreeVectors(pmPetrosian *petrosian) {58 bool pmPetrosianFreeVectors(pmPetrosian *petrosian) { 59 59 60 60 psFree(petrosian->radii); … … 100 100 } 101 101 102 bool p sphotPetrosianSortPair (psVector *index, psVector *extra) {102 bool pmPetrosianSortPair (psVector *index, psVector *extra) { 103 103 104 104 // sort the vector set by the radius
Note:
See TracChangeset
for help on using the changeset viewer.
