Changeset 42822 for trunk/psLib/test/sys/tap_psMemory.c
- Timestamp:
- May 8, 2025, 4:42:12 PM (12 months ago)
- Location:
- trunk/psLib/test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test
- Property svn:ignore
-
old new 6 6 *.da 7 7 gmon.out 8 test.00.jpg 9 test.01.jpg 10 test.02.jpg 11 test.03.jpg 12 test.04.jpg 13 test.05.jpg 14 test.06.jpg 15 test.07.jpg 16 test.08.jpg 17 test.09.jpg 18 test.10.jpg 19 test.11.jpg 20 test.12.jpg 21 test.im.fits 22 test.mk.fits 23 test.sm1.fits 24 test.sm2.fits 25 test.sm3.fits 26 test.sm4.fits 27 tmpImages 28 tst_psTrace02_OUT
-
- Property svn:ignore
-
trunk/psLib/test/sys
- Property svn:ignore
-
old new 29 29 tap_psString 30 30 tap_psTrace 31 test-suite.log
-
- Property svn:ignore
-
trunk/psLib/test/sys/tap_psMemory.c
r41171 r42822 428 428 429 429 psPlaneTransform *planeTransform; 430 planeTransform = psPlaneTransformAlloc(1, 1 );430 planeTransform = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 431 431 okay = psMemCheckType(PS_DATA_PLANETRANSFORM, planeTransform); 432 432 if (!okay ) psFree(planeTransform);
Note:
See TracChangeset
for help on using the changeset viewer.
