Changeset 3026 for trunk/psLib/test
- Timestamp:
- Jan 17, 2005, 12:17:29 PM (22 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 5 edited
-
dataIO (modified) (1 prop)
-
dataIO/.cvsignore (modified) (1 diff)
-
dataManip/tst_psMatrix03.c (modified) (4 diffs)
-
fileUtils (modified) (1 prop)
-
fileUtils/.cvsignore (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataIO
- Property svn:ignore
-
old new 3 3 tst_psFits 4 4 multi.fits 5 table.fits
-
- Property svn:ignore
-
trunk/psLib/test/dataIO/.cvsignore
r2991 r3026 3 3 tst_psFits 4 4 multi.fits 5 table.fits -
trunk/psLib/test/dataManip/tst_psMatrix03.c
r2686 r3026 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $17 * @date $Date: 200 4-12-10 20:00:06$16 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2005-01-17 22:17:29 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 108 108 inVector->n = 3; 109 109 luImage32 = (psImage*)psImageAlloc(3, 3, PS_TYPE_F32); 110 perm32 = (psVector*)psVectorAlloc(3, PS_TYPE_F32);111 110 outVector32 = (psVector*)psVectorAlloc(3, PS_TYPE_F32); 112 111 inVector32 = (psVector*)psVectorAlloc(3, PS_TYPE_F32); … … 131 130 printPositiveTestHeader(stdout, "psMatrix", "Calculate LU matrix"); 132 131 tempImage = luImage; 133 luImage = psMatrixLUD(luImage, perm, inImage);132 luImage = psMatrixLUD(luImage, &perm, inImage); 134 133 CHECK_MATRIX(luImage); 135 134 if(luImage->type.dimen != PS_DIMEN_IMAGE) { … … 140 139 141 140 tempImage32 = luImage32; 142 luImage32 = psMatrixLUD(luImage32, perm32, inImage32);141 luImage32 = psMatrixLUD(luImage32, &perm32, inImage32); 143 142 CHECK_MATRIX(luImage32); 144 143 if(luImage32->type.dimen != PS_DIMEN_IMAGE) { -
trunk/psLib/test/fileUtils
- Property svn:ignore
-
old new 3 3 tst_psFits 4 4 multi.fits 5 table.fits
-
- Property svn:ignore
-
trunk/psLib/test/fileUtils/.cvsignore
r2991 r3026 3 3 tst_psFits 4 4 multi.fits 5 table.fits
Note:
See TracChangeset
for help on using the changeset viewer.
