IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2004, 1:34:58 PM (22 years ago)
Author:
desonia
Message:

cleanup of some indent-induced madness.

File:
1 edited

Legend:

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

    r1426 r1440  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-08-09 22:44:25 $
     13 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-08-09 23:34:57 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6262 * Accepts a complex 64 bit float for input value, as max size, but resizes according to
    6363 * correct type.
    64  * @return psScalar*: Pointer to psScalar.
     64 * @return psScalar* : Pointer to psScalar.
    6565 *
    6666 */
    67 psScalar *psScalarAlloc(psC64 value,    ///< Data to be put into psScalar.
     67psScalar* psScalarAlloc(psC64 value,    ///< Data to be put into psScalar.
    6868                        psElemType dataType     ///< Type of data to be held by psScalar.
    6969                       );
     
    7676 *
    7777 */
    78 void psScalarFree(psScalar * restrict scalar    ///< Scalar to free.
     78void psScalarFree(psScalar* restrict scalar    ///< Scalar to free.
    7979                 );
    8080
Note: See TracChangeset for help on using the changeset viewer.