IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 380


Ignore:
Timestamp:
Apr 1, 2004, 12:27:32 AM (22 years ago)
Author:
Paul Price
Message:

Minor change: operator --> op.

File:
1 edited

Legend:

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

    r341 r380  
    2727psBinaryOp (void *out,                  ///< destination (may be NULL)
    2828            void *in1,                  ///< first input
    29             char *operator,             ///< operator
     29            char *op,                   ///< operator
    3030            void *in2                   ///< second input
    3131    );
     
    3535psUnaryOp (void *out,                   ///< destination (may be NULL)
    3636           void *in,                    ///< input
    37            char *operator               ///< operator
     37           char *op                     ///< operator
    3838    );
    3939
Note: See TracChangeset for help on using the changeset viewer.