Changeset 0f595e in git


Ignore:
Timestamp:
Mar 21, 2018, 3:59:32 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
1932d5c7bedae52a208f2b9636b004a4cd5dfad0
Parents:
f0895fa426ba1a8d3d75b0cd246bae12ade14f20
Message:
fix: julia-debug version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/linear_algebra/Minor.cc

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