IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3836


Ignore:
Timestamp:
May 4, 2005, 11:17:37 AM (21 years ago)
Author:
rhl
Message:

p_psMemSetDeallocator is renamed to psMemSetDeallocator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/poisStamp.c

    r3804 r3836  
    1111    stamp->matrix = NULL;
    1212    stamp->vector = NULL;
    13     p_psMemSetDeallocator(stamp, (psFreeFcn)poisStampFree);
     13    psMemSetDeallocator(stamp, (psFreeFcn)poisStampFree);
    1414
    1515    return stamp;
Note: See TracChangeset for help on using the changeset viewer.