IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 297


Ignore:
Timestamp:
Mar 23, 2004, 5:39:31 PM (22 years ago)
Author:
Paul Price
Message:

Format changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMath.h

    r257 r297  
    2929            char *operator,             ///< operator
    3030            void *in2                   ///< second input
    31 );
     31    );
    3232
    3333/** Perform a binary operation on two data items (psImage, psVector, psScalar). */
     
    3636           void *in,                    ///< input
    3737           char *operator               ///< operator
    38 );
     38    );
    3939
    4040/** create a psType-ed structure from a constant double value. */
     
    4646psScalarType (char *mode,               ///< type description
    4747              ...                       ///< value (or values) of specified types
    48 );
     48    );
    4949
    5050/* \} */ // End of MathGroup Functions
Note: See TracChangeset for help on using the changeset viewer.