Changeset 42323
- Timestamp:
- Jan 26, 2023, 10:03:46 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psLib.20230123/src/math/psPolynomial.h
r41896 r42323 353 353 } \ 354 354 355 // XXX warning: this is fragile if NAME contains an external 'i' 355 356 #define PS_POLY_PRINT_1D(NAME) \ 356 357 printf("Poly %s: (nX) is (%d)\n", #NAME, NAME->nX);\ … … 359 360 }\ 360 361 362 // XXX warning: this is fragile if NAME contains an external 'i' or 'j' 361 363 #define PS_POLY_PRINT_2D(NAME) \ 362 364 printf("Poly %s: (nX, nY) is (%d, %d)\n", #NAME, NAME->nX, NAME->nY);\
Note:
See TracChangeset
for help on using the changeset viewer.
