Changeset 5652
- Timestamp:
- Dec 1, 2005, 5:19:52 AM (21 years ago)
- Location:
- trunk/psphot
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (2 diffs)
-
src/psphotSparseMatrix.c (modified) (1 diff)
-
src/psphotTest.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/Makefile
r5643 r5652 67 67 $(SRC)/psphotModelTest.$(ARCH).o 68 68 69 TEST = \ 70 $(SRC)/psphotTest.$(ARCH).o \ 71 $(SRC)/psphotSparseMatrix.$(ARCH).o 72 69 73 psphot: $(BIN)/psphot.$(ARCH) 70 74 $(BIN)/psphot.$(ARCH) : $(PSPHOT) … … 76 80 $(MODELTEST): $(SRC)/psphot.h 77 81 78 INSTALL = psphot psphotModelTest 82 test.install: psphotTest.install 83 test: $(BIN)/psphotTest.$(ARCH) 84 $(BIN)/psphotTest.$(ARCH) : $(TEST) 85 $(TEST): $(SRC)/psphot.h 86 87 INSTALL = psphot psphotModelTest 79 88 80 89 # dependancy rules for binary code ######################### -
trunk/psphot/src/psphotSparseMatrix.c
r5650 r5652 10 10 int Nrow; 11 11 } psSparse; 12 13 void psphotSparseMatrixTest () { 14 15 // build a sparse matrix 16 17 18 } 12 19 13 20 psVector *psSparseMatrixTimesVector (psSparse *matrix, psVector *vector) {
Note:
See TracChangeset
for help on using the changeset viewer.
