Changeset 8baa37 in git for kernel/tgb.cc


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
  • kernel/tgb.cc

    r7661e1 r8baa37  
    25182518    pIter (p);
    25192519    pNext (t) = NULL;
    2520 #ifndef NDEBUG
     2520#ifndef SING_NDEBUG
    25212521    number coef_debug = p_GetCoeff (t, currRing);
    25222522#endif
     
    44874487}
    44884488
    4489 #ifdef NDEBUG
     4489#ifdef SING_NDEBUG
    44904490static void
    44914491multi_reduction_find (red_object * los, int /*losl*/, slimgb_alg * c, int startf,
     
    50485048}
    50495049
     5050#if 0
    50505051template int pos_helper<int, int*>(skStrategy*, spolyrec*, int, int*, spolyrec**);
    50515052template int pos_helper<long, long*>(skStrategy*, spolyrec*, long, long*, spolyrec**);
     
    51575158template void std::make_heap<CoefIdx<unsigned int>*>(CoefIdx<unsigned int>*, CoefIdx<unsigned int>*);
    51585159template void std::make_heap<CoefIdx<unsigned short>*>(CoefIdx<unsigned short>*, CoefIdx<unsigned short>*);
    5159 
     5160#endif
    51605161
    51615162#if 0
Note: See TracChangeset for help on using the changeset viewer.