IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 10:47:47 AM (20 years ago)
Author:
Paul Price
Message:

Adding const where appropriate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/psVectorBracket.h

    r8927 r9297  
    33# define PS_VECTOR_BRACKET_H
    44
    5 int psVectorBracket (psVector *index, psF32 key, bool above);
    6 int psVectorBracketDescend (psVector *index, psF32 key, bool above);
    7 psF32 psVectorInterpolate (psVector *index, psVector *value, psF32 key);
     5#include <pslib.h>
     6
     7int psVectorBracket(const psVector *index, psF32 key, bool above);
     8int psVectorBracketDescend(const psVector *index, psF32 key, bool above);
     9psF32 psVectorInterpolate(const psVector *index, const psVector *value, psF32 key);
    810
    911# endif /* PS_VECTOR_BRACKET_H */
Note: See TracChangeset for help on using the changeset viewer.