IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42323


Ignore:
Timestamp:
Jan 26, 2023, 10:03:46 AM (3 years ago)
Author:
eugene
Message:

add comments on methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psLib.20230123/src/math/psPolynomial.h

    r41896 r42323  
    353353} \
    354354
     355// XXX warning: this is fragile if NAME contains an external 'i'
    355356#define PS_POLY_PRINT_1D(NAME) \
    356357printf("Poly %s: (nX) is (%d)\n", #NAME, NAME->nX);\
     
    359360}\
    360361
     362// XXX warning: this is fragile if NAME contains an external 'i' or 'j'
    361363#define PS_POLY_PRINT_2D(NAME) \
    362364printf("Poly %s: (nX, nY) is (%d, %d)\n", #NAME, NAME->nX, NAME->nY);\
Note: See TracChangeset for help on using the changeset viewer.