Changeset 1932d5c in git
- Timestamp:
- Mar 21, 2018, 4:50:24 PM (5 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- bd0e073bf0ae20c6d66da9cd3ea1a713bb29dd6c
- Parents:
- 0f595ef031f4dd05354b034efa2a7c76e20722ef
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/linear_algebra/Minor.cc
r0f595e r1932d5c 390 390 result.setColumnKey(columnBlock, newColumnBits); 391 391 392 #ifndef SING_NDEBUG393 392 /* let's check that the number of selected rows and columns are equal; 394 393 (this check is only performed in the debug version) */ 395 394 assume(result.getSetBits(1) == result.getSetBits(2)); 396 #endif397 395 398 396 return result; -
kernel/mod2.h
r0f595e r1932d5c 398 398 #define r_assume(x) do {} while (0) 399 399 #else /* ! HAVE_ASSUME */ 400 #ifdef SING_NDEBUG 401 #undef SING_NDEBUG 402 #endif 400 403 401 404 #define assume_violation(s,f,l) \
Note: See TracChangeset
for help on using the changeset viewer.