IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2004, 9:38:52 AM (22 years ago)
Author:
desonia
Message:

Misc. doxygen polishings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r1385 r1393  
     1/** @file  psStats.c
     2 *  \brief basic statistical operations
     3 *  @ingroup Stats
     4 *
     5 *  This file will hold the definition of the histogram and stats data
     6 *  structures.  It also contains prototypes for procedures which operate
     7 *  on those data structures.
     8 *
     9 *  @author George Gusciora, MHPCC
     10 *
     11 *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-08-05 19:38:52 $
     13 *
     14 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     15 */
     16
    117#include <stdlib.h>
    218#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.