Changeset 823931 in git for Singular/iparith.cc


Ignore:
Timestamp:
Mar 20, 2014, 5:18:40 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
bbcf7c800783ddc7d734be98c9fe0fc401e65d9e
Parents:
850277117174455fd9a163310feafc582f9c8f4c
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-20 17:18:40+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-20 17:24:02+01:00
Message:
fix: tr.588 (from master)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r850277 r823931  
    29622962    hasFlag(u,FLAG_STD),u->Typ()==v->Typ());
    29632963  id_DelMultiples((ideal)(res->data),currRing);
     2964  if (TEST_OPT_RETURN_SB) setFlag(res,FLAG_STD);
    29642965  return FALSE;
    29652966}
Note: See TracChangeset for help on using the changeset viewer.