IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2004, 5:33:48 PM (22 years ago)
Author:
eugene
Message:

cleaned up structures to compile successfully

File:
1 edited

Legend:

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

    r247 r253  
    1515        double d;                       ///< double value entry
    1616        complex float c;                ///< complex value entry
    17     }
     17    } val;
    1818} p_psScalar;
    1919
     
    3030psUnaryOp (void *out,                   ///< destination (may be NULL)
    3131           void *in,                    ///< input
    32            char *operator,              ///< operator
     32           char *operator               ///< operator
    3333);
    3434
    3535/** create a psType-ed structure from a constant double value. */
    36 p_ps_Scalar *
     36p_psScalar *
    3737psScalar (double value);
    3838
    3939/** create a psType-ed structure from a specified type  */
    40 p_ps_Scalar *
     40p_psScalar *
    4141psScalarType (char *mode,               ///< type description
    4242              ...                       ///< value (or values) of specified types
Note: See TracChangeset for help on using the changeset viewer.