Changeset 9e2fdf in git for kernel/ideals.cc


Ignore:
Timestamp:
Jun 10, 2008, 1:50:07 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
1c5eb9934daad78195f2581e6ec371b249e76a26
Parents:
3f78cb0996cbc01825a95eb39c78d6d256a5b9a6
Message:
*hannes: Buch/Example_1_9_29, better error messages


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

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    r3f78cb r9e2fdf  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.56 2008-06-10 10:17:31 motsak Exp $ */
     4/* $Id: ideals.cc,v 1.57 2008-06-10 11:50:07 Singular Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    24742474    if ( nc_rComplete(origR, tmpR, false) ) // no quotient ideal!
    24752475    {
    2476       Werror("error in nc_rComplete");
     2476      Werror("no elimination is possible: ordering condition is violated");
    24772477      // cleanup
    24782478      rDelete(tmpR);
Note: See TracChangeset for help on using the changeset viewer.