Changeset 9cf06bf in git for kernel/tgb.cc
- Timestamp:
- Jun 8, 2006, 10:01:51 AM (17 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- df744fa167cef28d2165072701b7f05ee6d0cd98
- Parents:
- 4b70490a6e3256b1c055ca790e7c971610b648e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb.cc
r4b7049 r9cf06bf 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb.cc,v 1.9 4 2006-06-08 06:06:51 bricken Exp $ */7 /* $Id: tgb.cc,v 1.95 2006-06-08 08:01:51 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: slimgb and F4 implementation … … 180 180 c=nSize(coef); 181 181 if (!(TEST_V_COEFSTRAT)) 182 return c*l /*pLength(p)*/;182 return (wlen_type)c*(wlen_type)l /*pLength(p)*/; 183 183 else { 184 184 wlen_type res=l;
Note: See TracChangeset
for help on using the changeset viewer.