IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2009, 8:49:41 AM (17 years ago)
Author:
eugene
Message:

further work on the petrosian analysis & extended sources

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/objects/pmPetrosian.c

    r25409 r25452  
    99 */
    1010
    11 # include "psphotInternal.h"
     11# include "pmPetrosian.h"
    1212
    1313static void pmPetrosianFree(pmPetrosian *petrosian)
     
    5656}
    5757
    58 bool psphotPetrosianFreeVectors(pmPetrosian *petrosian) {
     58bool pmPetrosianFreeVectors(pmPetrosian *petrosian) {
    5959
    6060    psFree(petrosian->radii);
     
    100100}
    101101
    102 bool psphotPetrosianSortPair (psVector *index, psVector *extra) {
     102bool pmPetrosianSortPair (psVector *index, psVector *extra) {
    103103
    104104    // sort the vector set by the radius
Note: See TracChangeset for help on using the changeset viewer.