Ignore:
Timestamp:
Jan 24, 2014, 1:39:15 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ee5e11e63c911034966a67782a24e7326c52abb1
Parents:
5c8e18ff3dc32f83461ed21cad1151a77366ed567661e1502f806195a6458595ba7e711664a932bb
Message:
Merge pull request #456 from surface-smoothers/improve.documentation.genus

improved genus documentation for 1-dim affine variety input
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/syzextra/mod_main.cc

    r7661e1 r8baa37  
    219219static inline void view(const intvec* v)
    220220{
    221 #ifndef NDEBUG
     221#ifndef SING_NDEBUG
    222222  v->view();
    223223#else
    224   // This code duplication is only due to Hannes's #ifndef NDEBUG!
     224  // This code duplication is only due to Hannes's #ifndef SING_NDEBUG!
    225225  Print ("intvec: {rows: %d, cols: %d, length: %d, Values: \n", v->rows(), v->cols(), v->length());
    226226
Note: See TracChangeset for help on using the changeset viewer.