Index: trunk/psphot/src/psphotSparseMatrix.c
===================================================================
--- trunk/psphot/src/psphotSparseMatrix.c	(revision 5650)
+++ trunk/psphot/src/psphotSparseMatrix.c	(revision 5652)
@@ -10,4 +10,11 @@
     int Nrow;
 } psSparse;
+
+void psphotSparseMatrixTest () {
+
+    // build a sparse matrix
+   
+
+} 
 
 psVector *psSparseMatrixTimesVector (psSparse *matrix, psVector *vector) {
