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/archive/pslib/include/psAstrom.h

    r1518 r1528  
    221221/** Return the cell in FPA which contains the given FPA coordinates */
    222222psCell *
    223 psCellInFPA(psCell *out,                ///< Cell to return, or NULL
    224             const psPlane *coord,       ///< Coordinate in FPA
     223psCellInFPA(const psPlane *coord,       ///< Coordinate in FPA
    225224            const psFPA *fpa)           ///< FPA description
    226225;
     
    229228/** returns Chip in FPA which contains the given FPA coordinate */
    230229psChip *
    231 psChipInFPA (psChip *out,               ///< Chip to return, or NULL
    232              const psPlane *coord,      ///< coordinate in FPA
    233              const psFPA *fpa)          ///< FPA description
     230psChipInFPA(const psPlane *coord,       ///< coordinate in FPA
     231            const psFPA *fpa)           ///< FPA description
    234232;
    235233
    236234/** returns Cell in Chip which contains the given chip coordinate */
    237235psCell *
    238 psCellInChip(psCell *out,               ///< Cell to return, or NULL
    239              const psPlane *coord,      ///< coordinate in chip
     236psCellInChip(const psPlane *coord,      ///< coordinate in chip
    240237             const psChip *chip)        ///< chip description
    241238;
Note: See TracChangeset for help on using the changeset viewer.