Changeset d5ad46f in git


Ignore:
Timestamp:
Mar 3, 2011, 10:42:13 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b72f2dc47daa328baf5b44515ab3f46592c53c2b
Parents:
4fe434964a258086f64b0c2f5e90cd20a9f46ca0
Message:
fix Short/bug_10.tst

git-svn-id: file:///usr/local/Singular/svn/trunk@13918 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/longtrans.cc

    r4fe434 rd5ad46f  
    256256  if (x == NULL)
    257257  {
    258     WerrorS("x is not invertible modulo c");
    259     return x;
     258    WerrorS("zero divisor found - your minpoly is not irreducible");
     259    return NULL;
    260260  }
    261261  if (p_GetExp(x, 1, nacRing) == 0)
Note: See TracChangeset for help on using the changeset viewer.