IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2004, 11:01:58 AM (22 years ago)
Author:
Paul Price
Message:

Removed parameter "out" in psCellInFPA,psChipInFPA,psCellInChip to
avoid potential for memory leaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS_Astrom.tex

    r1517 r1528  
    407407%
    408408\begin{verbatim}
    409 psCell *psCellInFPA (psCell *out, const psPlane *coord, const psFPA *fpa);
    410 psChip *psChipInFPA (psChip *out, const psPlane *coord, const psFPA *fpa);
    411 psCell *psCellInChip(psCell *out, const psPlane *coord, const psChip *chip);
     409psCell *psCellInFPA (const psPlane *coord, const psFPA *fpa);
     410psChip *psChipInFPA (const psPlane *coord, const psFPA *fpa);
     411psCell *psCellInChip(const psPlane *coord, const psChip *chip);
    412412\end{verbatim}
    413413
Note: See TracChangeset for help on using the changeset viewer.