IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18335


Ignore:
Timestamp:
Jun 26, 2008, 2:21:12 PM (18 years ago)
Author:
Paul Price
Message:

Fixing syntax errors.

Location:
trunk/psLib/src/types
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psTree.c

    r18334 r18335  
    466466                                     const psVector *coords, // Coordinates of interest
    467467                                     double bestDistance // Distance (radius-squared) to best point
    468     );
     468    )
    469469{
    470470#if 1 // Might be in a tight loop
  • trunk/psLib/src/types/psTree.h

    r18334 r18335  
    9191/// Return the index of the nearest neighbour to given coordinates, but within some radius
    9292long psTreeNearestWithin(const psTree *tree,  ///< Tree
    93                          const psVector *coords ///< Coordinates of interest
     93                         const psVector *coords, ///< Coordinates of interest
    9494                         double radius  ///< Radius of interest
    9595                         );
Note: See TracChangeset for help on using the changeset viewer.