Changeset 7943 for trunk/psLib/src/types
- Timestamp:
- Jul 20, 2006, 3:00:10 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psLookupTable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psLookupTable.c
r7914 r7943 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-07- 15 02:57:12$9 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-07-20 13:00:10 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 856 856 // Error checks 857 857 PS_ASSERT_PTR_NON_NULL(table,NULL); 858 PS_ASSERT_PTR_NON_NULL(table->values,NULL); 858 859 numCols = table->values->n; 859 860 PS_ASSERT_INT_UNEQUAL(numCols, 0,NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
