Changeset 9c457f in git


Ignore:
Timestamp:
Oct 12, 2023, 4:17:53 PM (7 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
28773655f530869d4e5fde5f661f23f8588101b4
Parents:
ca5f41300dfe86d8eb08a0c295a34e2dc22b9a55
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2023-10-12 16:17:53+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2023-11-07 16:19:53+01:00
Message:
fix: rank in syConv
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rca5f413 r9c457f  
    32203220      if (tr[i]!=NULL)
    32213221      {
     3222        tr[i]->rank = id_RankFreeModule(tr[i],currRing);
    32223223        trueres[i] = idCopy(tr[i]);
    32233224      }
Note: See TracChangeset for help on using the changeset viewer.