Ignore:
Timestamp:
Mar 21, 2018, 4:50:24 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bd0e073bf0ae20c6d66da9cd3ea1a713bb29dd6c
Parents:
0f595ef031f4dd05354b034efa2a7c76e20722ef
Message:
fix: julia-debug version: HAVE_ASSUME -> !SING_NDEBUG
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/linear_algebra/Minor.cc

    r0f595e r1932d5c  
    390390    result.setColumnKey(columnBlock, newColumnBits);
    391391
    392   #ifndef SING_NDEBUG
    393392  /* let's check that the number of selected rows and columns are equal;
    394393     (this check is only performed in the debug version) */
    395394  assume(result.getSetBits(1) == result.getSetBits(2));
    396   #endif
    397395
    398396  return result;
Note: See TracChangeset for help on using the changeset viewer.