Changeset 5c9d99 in git


Ignore:
Timestamp:
Oct 14, 2008, 11:18:36 AM (15 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
d8217b926ff2c05a79842a11ec7aca90da240d9d
Parents:
888bfe6184c11308e2e75a3b3bb9037ca3344f4f
Message:
kutil.cc: Debug Ausgabe wegen Fehler in Windows geaendert.


git-svn-id: file:///usr/local/Singular/svn/trunk@11138 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r888bfe6 r5c9d99  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.111 2008-10-07 07:59:08 wienand Exp $ */
     4/* $Id: kutil.cc,v 1.112 2008-10-14 09:18:36 wienand Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    13111311  if (TEST_OPT_DEBUG)
    13121312  {
    1313     Print("t = %d; s = %d; d = %d\n", nInt(t), nInt(s), nInt(d));
     1313    // Print("t = %d; s = %d; d = %d\n", nInt(t), nInt(s), nInt(d));
    13141314    PrintS("m1 = ");
    13151315    p_wrp(m1, strat->tailRing);
Note: See TracChangeset for help on using the changeset viewer.