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/dataManip/psMatrixVectorArithmetic.h

    r1407 r1440  
    3030 *  @author Ross Harman, MHPCC
    3131 *
    32  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2004-08-07 00:06:06 $
     32 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2004-08-09 23:34:57 $
    3434 *
    3535 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5353 *  This function only supports vector-vector or image-image opertions.
    5454 *
    55  *  @return  psType*: Pointer to either psImage or psVector.
     55 *  @return  psType* : Pointer to either psImage or psVector.
    5656 */
    57 psType *psBinaryOp(void *out,   // / Output type, either psImage or psVector.
     57psType* psBinaryOp(void *out,   // / Output type, either psImage or psVector.
    5858                   void *in1,   // / First input, either psImage or psVector.
    5959                   char *op,    // / Operator.
     
    7575 *  This function only supports vector-vector or image-image opertions.
    7676 *
    77  *  @return  psType*: Pointer to either psImage or psVector.
     77 *  @return  psType* : Pointer to either psImage or psVector.
    7878 */
    79 psType *psUnaryOp(void *out,    // / Output type, either psImage or psVector.
     79psType* psUnaryOp(void *out,    // / Output type, either psImage or psVector.
    8080                  void *in,     // / Input, either psImage or psVector.
    8181                  char *op      // / Operator.
Note: See TracChangeset for help on using the changeset viewer.