Changeset 6141 for trunk/DIST/DI_compress_matrix.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/DIST/DI_compress_matrix.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DIST/DI_compress_matrix.cxx
r5392 r6141 84 84 } 85 85 86 int nongroupcnt = 0; // count # of species NOT in groups and copy the nto 'groups'86 int nongroupcnt = 0; // count # of species NOT in groups and copy them to 'groups' 87 87 for (i=0;i<nentries;i++) { 88 88 if (entries[i]->name && entries[i]->group_nr == -1) { // species not in groups
