IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2004, 2:06:06 PM (22 years ago)
Author:
desonia
Message:

another attempt to get astyle to get it right.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMatrixVectorArithmetic.h

    r1058 r1407  
     1
    12/** @file  psMatrixVectorArithmetic.h
    23 *
     
    2930 *  @author Ross Harman, MHPCC
    3031 *
    31  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    32  *  @date $Date: 2004-06-18 00:54:43 $
     32 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2004-08-07 00:06:06 $
    3334 *
    3435 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3637
    3738#ifndef PSMATRIX_VECTOR_ARITHMETIC_H
    38 #define PSMATRIX_VECTOR_ARITHMETIC_H
     39#    define PSMATRIX_VECTOR_ARITHMETIC_H
    3940
    4041/// @addtogroup MatrixVectorArithmetic
     
    5455 *  @return  psType*: Pointer to either psImage or psVector.
    5556 */
    56 psType *psBinaryOp(
    57     void *out,  /// Output type, either psImage or psVector.
    58     void *in1,  /// First input, either psImage or psVector.
    59     char *op,   /// Operator.
    60     void *in2   /// Second input, either psImage or psVector.
    61 );
     57psType *psBinaryOp(void *out,   // / Output type, either psImage or psVector.
     58                   void *in1,   // / First input, either psImage or psVector.
     59                   char *op,    // / Operator.
     60                   void *in2    // / Second input, either psImage or psVector.
     61                  );
    6262
    6363/** Perform simple unary arithmetic with images or vectors
     
    7777 *  @return  psType*: Pointer to either psImage or psVector.
    7878 */
    79 psType *psUnaryOp(
    80     void *out,  /// Output type, either psImage or psVector.
    81     void *in,   /// Input, either psImage or psVector.
    82     char *op    /// Operator.
    83 );
     79psType *psUnaryOp(void *out,    // / Output type, either psImage or psVector.
     80                  void *in,     // / Input, either psImage or psVector.
     81                  char *op      // / Operator.
     82                 );
    8483
    8584/// @}
Note: See TracChangeset for help on using the changeset viewer.