Changeset efa772b in git
- Timestamp:
- Mar 25, 2010, 12:11:42 PM (13 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 8c49b7123e8f536e92a9816875782df3d62a7842
- Parents:
- 93e7e91c17bcf067f162581d625eaf9c42cbafc3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Minor.cc
r93e7e91 refa772b 383 383 /* let's check that the number of selected rows and columns are equal; 384 384 (this check is only performed in the debug version) */ 385 assume(result.getSetBits(1) != result.getSetBits(2));385 assume(result.getSetBits(1) == result.getSetBits(2)); 386 386 387 387 return result;
Note: See TracChangeset
for help on using the changeset viewer.