Changeset d8b4aa in git


Ignore:
Timestamp:
Oct 12, 2023, 4:17:53 PM (7 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
e35dd3a32bcf5f822c6540521381a3748d00e89a
Parents:
543f796e5e995d5adf8c552e647ab08bf5284ca8
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 14:16:38+01:00
Message:
fix: rank in syConv
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r543f79 rd8b4aa  
    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.