Changeset 42336 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Jan 30, 2023, 9:51:20 AM (3 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/math/psPolynomial.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/IPP-308_move_backups_folder/psLib merged eligible /branches/czw_branch/20160809/psLib merged eligible /branches/czw_branch/20170908/psLib merged eligible /branches/eam_branches/ipp-20191011/psLib merged eligible /branches/eam_branches/ipp-20211108/psLib merged eligible /branches/eam_branches/ipp-dev-20210817/psLib merged eligible /branches/eam_branches/psLib.20230123 merged eligible /tags/ipp-ops-20220303-rc/psLib merged eligible /tags/ipp-ops-20220705/psLib merged eligible /tags/ipp-ps1-20210510/psLib merged eligible /tags/ipp-ps1-20210708/psLib merged eligible /branches/ipp-259_genericise_backups/psLib 40910-40966
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/psLib/src/math/psPolynomial.h
r41896 r42336 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.
