Changeset f06d39e in git for Singular/LIB/elim.lib


Ignore:
Timestamp:
Mar 19, 2018, 12:11:27 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
3e8b644fceec8f73a275e8539c415a775f4aa015
Parents:
3240b106f96217d128f4d0e9e1cfbf8c05e7a21a
Message:
fix: better error message for elim/elimRing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/elim.lib

    r3240b1 rf06d39e  
    281281  if ( size(w1) <= 1 )
    282282  {
    283     return(BR);
     283    ERROR("## elimination of no variables?");
    284284  }
    285285  if ( size(w2) <= 1 )
Note: See TracChangeset for help on using the changeset viewer.