Changeset 14a455 in git for Singular/MinorInterface.cc


Ignore:
Timestamp:
Jan 9, 2013, 12:27:34 PM (11 years ago)
Author:
Andreas Steenpass <steenpass@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
9234fbc7d06a2db6993e0fdb4ba27976c1ed5341
Parents:
26e817f3b4db82c0b0a5376b16c2e9648ecf55e3
git-author:
Andreas Steenpass <steenpass@mathematik.uni-kl.de>2013-01-09 12:27:34+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-19 20:27:28+01:00
Message:
fix: heuristically choose correct function for minors
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/MinorInterface.cc

    r26e817f r14a455  
    542542    else
    543543    { /* k == 0, i.e., all minors are requested */
    544       int minorCount = 1;
     544      long minorCount = 1;
    545545      for (int i = rowCount - minorSize + 1; i <= rowCount; i++)
    546546        minorCount = minorCount * i;
Note: See TracChangeset for help on using the changeset viewer.