IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2005, 5:33:01 PM (21 years ago)
Author:
eugene
Message:

psphot reorganization: merged in pmObjects code from psModule, modified to work with psLib 0.7.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psLine.c

    r4946 r4954  
    1414  psLine *line;
    1515  line = psAlloc (sizeof(psLine));
    16   p_psMemSetDeallocator(line, (psFreeFcn) psLineFree);
     16  psMemSetDeallocator(line, (psFreeFunc) psLineFree);
    1717
    1818  line->Nline = 0;
Note: See TracChangeset for help on using the changeset viewer.