IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2005, 10:38:56 AM (21 years ago)
Author:
desonia
Message:

made adjustments to psMetadata and added psFitsUpdateTable.

File:
1 edited

Legend:

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

    r3264 r3407  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-02-17 19:26:23 $
     13 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-03-11 20:38:56 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    144144);
    145145
     146/** Creates a string from a psVector's values in the form "[x0,x1,x2]".
     147 *
     148 *  @return psPtr          a newly allocated string
     149 */
     150char* psVectorToString(
     151    psVector* vector,                  ///< vector to create a string from
     152    int maxLength                      ///< the maximum length of the resulting string
     153);
     154
    146155/// @}
    147156
Note: See TracChangeset for help on using the changeset viewer.