Changeset d945f3 in git


Ignore:
Timestamp:
Nov 23, 2009, 6:22:04 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5d369c3cbad1a1bf2d5c856a48fb8a30b51cec3b')
Children:
d4f1b95bd0e770f9604f2584ed80d773a7b2977b
Parents:
f07b38c1ed274ea04d13d9833c405827e38e5c3d
Message:
*hannes: fix chinrem for large input

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

Legend:

Unmodified
Added
Removed
  • kernel/clapconv.cc

    rf07b38c rd945f3  
    476476  for(i=rl-1;i>=0;i--)
    477477  {
    478     X[i]=CanonicalForm(nlInt(x[i],currRing)); // always < MAX_INT
     478    X[i]=convSingNFactoryN(x[i],currRing); // may be larger MAX_INT
    479479    Q[i]=convSingNFactoryN(q[i],currRing); // may be larger MAX_INT
    480480  }
  • kernel/ideals.cc

    rf07b38c rd945f3  
    39693969        if ((hh!=NULL) && (pLmCmp(r,hh)==0))
    39703970        {
    3971           x[j]=pGetCoeff(hh);
     3971          x[j]=nlCopy(pGetCoeff(hh));
    39723972          hh=pLmFreeAndNext(hh);
    39733973          xx[j]->m[i]=hh;
Note: See TracChangeset for help on using the changeset viewer.