IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2004, 8:23:22 AM (22 years ago)
Author:
harman
Message:

Updated comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psVector.c

    r871 r945  
    1 /** @file  psVector.h
     1/** @file  psVector.c
    22 *
    33 *  @brief Contains support for basic vector types
    44 *
    5  *  This file defines types and functions for one dimensional vectors which include:
    6  *      char
    7  *      short
    8  *      int
    9  *      long
    10  *      unsigned char
    11  *      unsigned short
    12  *      unsigned int
    13  *      unsigned long
    14  *      float
    15  *      double
    16  *      complex float
    17  *      void **
     5 *  This file defines the basic type for a vector struct and functions useful
     6 *  in manupulating vectors.
    187 *
    198 *  @author Ross Harman, MHPCC
    20  *   
    21  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2004-06-04 21:10:26 $
     9 *
     10 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-06-09 18:20:01 $
    2312 *
    2413 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Note: See TracChangeset for help on using the changeset viewer.