Changeset 9730 for trunk/psModules/src/concepts/pmConceptsWrite.c
- Timestamp:
- Oct 24, 2006, 12:55:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsWrite.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsWrite.c
r9572 r9730 51 51 } 52 52 psVector *match = psVectorAlloc(cList->n, PS_TYPE_U8); // Array indicating which values match 53 match->n = cList->n;54 53 psVectorInit(match, 0); 55 54 psListIterator *cIter = psListIteratorAlloc(cList, PS_LIST_HEAD, false); // compare iterator
Note:
See TracChangeset
for help on using the changeset viewer.
