Changeset af3d2a in git


Ignore:
Timestamp:
Jan 13, 2010, 4:43:05 PM (13 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
d20633404426bc1abc46ac733c5619251936ee97
Parents:
627254aadaadbf15fcd8b5f331ba8714de4ee7c7
Message:
debug stuff only in debug version

git-svn-id: file:///usr/local/Singular/svn/trunk@12431 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/ring.cc

    r627254 raf3d2a  
    41574157
    41584158
     4159#ifndef NDEBUG
    41594160/// debug-print at most nTerms (2 by default) terms from poly/vector p,
    41604161/// assuming that lt(p) lives in lmRing and tail(p) lives in tailRing.
     
    41894190    PrintS("0\n");
    41904191}
    4191 
     4192#endif
    41924193
    41934194
  • kernel/ring.h

    r627254 raf3d2a  
    408408#endif
    409409
     410#ifndef NDEBUG
    410411/// debug-print at most nTerms (2 by default) terms from poly/vector p,
    411412/// assuming that lt(p) lives in lmRing and tail(p) lives in tailRing.
    412413void p_DebugPrint(const poly p, const ring lmRing, const ring tailRing, const int nTerms = 2);
     414#endif
    413415
    414416int64 * rGetWeightVec(ring r);
Note: See TracChangeset for help on using the changeset viewer.