Ignore:
Timestamp:
Jun 15, 2015, 12:16:06 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
4470e259ee2a2b265d8bdc47b48ea3e4619298b5
Parents:
0269e193f4830d56d57f6a85911be55807f13b15
Message:
removed p_DebugPrint (->p_wrp)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.h

    r0269e1 r4a45a4e  
    801801#endif
    802802
    803 #ifndef SING_NDEBUG
    804 /// debug-print at most nTerms (2 by default) terms from poly/vector p,
    805 /// assuming that lt(p) lives in lmRing and tail(p) lives in tailRing.
    806 void p_DebugPrint(const poly p, const ring lmRing, const ring tailRing, const int nTerms = 2);
    807 #endif
    808 
    809803int64 * rGetWeightVec(ring r);
    810804void rSetWeightVec(ring r, int64 *wv);
Note: See TracChangeset for help on using the changeset viewer.