IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2004, 12:42:11 PM (22 years ago)
Author:
Paul Price
Message:

Minor fixes to get things to compile. e.g. need to do "struct psCell"
inside a psChip, since the psCell isn't defined yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psPosition.h

    r344 r396  
    5555/** apply the optical distortion to the given coordinate, magnitude, color */
    5656psCoord *psDistortionApply (psCoord *out, ///< Output coordinates, or NULL
    57                             const psdistortion *pattern, ///< optical distortion pattern
     57                            const psDistortion *pattern, ///< optical distortion pattern
    5858                            const psCoord *coords, ///< input coordinate
    5959                            float mag,  ///< magnitude of object
Note: See TracChangeset for help on using the changeset viewer.