Changeset 2caede4 in git


Ignore:
Timestamp:
Mar 31, 2011, 1:12:35 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
80213c6f8759cea807389049aae108183f1d33ec
Parents:
09b38e3ceb9920dc88bd2e2cdfd3d5940ea0c658
Message:
minor fix in bivariate factorization


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

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    r09b38e r2caede4  
    10481048          subst (bufA, bufA, subCheck, y);
    10491049          factors= biFactorize (bufA, info);
    1050           reverseSubst (factors, subCheck, x);
     1050          reverseSubst (factors, subCheck, y);
    10511051          appendSwapDecompress (factors, contentAxFactors, contentAyFactors,
    10521052                                swap, swap2, N);
Note: See TracChangeset for help on using the changeset viewer.