Changeset 5c9d99 in git
- Timestamp:
- Oct 14, 2008, 11:18:36 AM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- d8217b926ff2c05a79842a11ec7aca90da240d9d
- Parents:
- 888bfe6184c11308e2e75a3b3bb9037ca3344f4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
r888bfe6 r5c9d99 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.11 1 2008-10-07 07:59:08wienand Exp $ */4 /* $Id: kutil.cc,v 1.112 2008-10-14 09:18:36 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 1311 1311 if (TEST_OPT_DEBUG) 1312 1312 { 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)); 1314 1314 PrintS("m1 = "); 1315 1315 p_wrp(m1, strat->tailRing);
Note: See TracChangeset
for help on using the changeset viewer.