Changeset 1932d5c in git


Ignore:
Timestamp:
Mar 21, 2018, 4:50:24 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
bd0e073bf0ae20c6d66da9cd3ea1a713bb29dd6c
Parents:
0f595ef031f4dd05354b034efa2a7c76e20722ef
Message:
fix: julia-debug version: HAVE_ASSUME -> !SING_NDEBUG
Location:
kernel
Files:
2 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;
  • kernel/mod2.h

    r0f595e r1932d5c  
    398398#define r_assume(x) do {} while (0)
    399399#else /* ! HAVE_ASSUME */
     400#ifdef SING_NDEBUG
     401#undef SING_NDEBUG
     402#endif
    400403
    401404#define assume_violation(s,f,l) \
Note: See TracChangeset for help on using the changeset viewer.