IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 4:54:15 PM (19 years ago)
Author:
magnier
Message:

cleaned up Doxygen groups

File:
1 edited

Legend:

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

    r10610 r11253  
     1/* @file  psVectorBracket.h
     2 * @brief vector bracket functions
     3 *
     4 * @author EAM, IfA
     5 *
     6 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:15 $
     8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     9 */
    110
    211# ifndef PS_VECTOR_BRACKET_H
    312# define PS_VECTOR_BRACKET_H
     13
     14/// @addtogroup Extras Miscellaneous Funtions
     15/// @{
    416
    517int psVectorBracket(const psVector *index, psF32 key, bool above);
     
    719psF32 psVectorInterpolate(const psVector *index, const psVector *value, psF32 key);
    820
     21/// @}
    922# endif /* PS_VECTOR_BRACKET_H */
Note: See TracChangeset for help on using the changeset viewer.