Changeset 9cf06bf in git


Ignore:
Timestamp:
Jun 8, 2006, 10:01:51 AM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
df744fa167cef28d2165072701b7f05ee6d0cd98
Parents:
4b70490a6e3256b1c055ca790e7c971610b648e3
Message:
*bricken: more careful for int overflows in multipl. of length and coef size


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r4b7049 r9cf06bf  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.94 2006-06-08 06:06:51 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.95 2006-06-08 08:01:51 bricken Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    180180    c=nSize(coef);
    181181  if (!(TEST_V_COEFSTRAT))
    182       return c*l /*pLength(p)*/;
     182      return (wlen_type)c*(wlen_type)l /*pLength(p)*/;
    183183  else {
    184184    wlen_type res=l;
Note: See TracChangeset for help on using the changeset viewer.