Changeset bb3cb8b in git


Ignore:
Timestamp:
Aug 10, 2016, 5:12:58 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
109e13a564b6be299d757a40ca1272c2512d141f
Parents:
41b9d0148bbf61fb89cd0f1b5c74a160774f24aa
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-08-10 17:12:58+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-08-10 17:19:25+02:00
Message:
test: warning: dim(..) may be wrong for mixed orderings
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r41b9d0 rbb3cb8b  
    55145514static BOOLEAN jjDIM_R(leftv res, leftv v)
    55155515{
    5516   if (rHasMixedOrdering(currRing))
    5517   {
    5518      Warn("dim(%s) may be wrong because the mixed monomial ordering",v->Name());
    5519   }
    55205516  res->data = (char *)(long)syDim((syStrategy)v->Data());
    55215517  return FALSE;
  • Tst/New.lst

    r41b9d0 rbb3cb8b  
    55New/bug593_primdecZ.tst
    66New/bug_541_interred.tst
     7New/bug_dim_mixedorder.tst
    78New/bug_std.tst
    89New/bug_std_qring_559.tst
Note: See TracChangeset for help on using the changeset viewer.