Changeset 7b0376 in git for kernel/ideals.cc


Ignore:
Timestamp:
Aug 1, 2016, 10:55:54 AM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
36d61f07ab133fd386896763b697a66e352e67ba
Parents:
f9b0bddbfb9793b47a94a5d2aace6da9918e3c70cd79608c61d713b22b8e9ae861168cbd02e4fab9
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-08-01 10:55:54+02:00
git-committer:
GitHub <noreply@github.com>2016-08-01 10:55:54+02:00
Message:
Merge pull request #774 from surface-smoothers/fix.brnoeth.bug.770

fix variable declaration before minpoly is defined in 'brnoeth.lib'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    rcd7960 r7b0376  
    15201520    if ( nc_rComplete(origR, tmpR, false) ) // no quotient ideal!
    15211521    {
    1522       Werror("no elimination is possible: ordering condition is violated");
     1522      WerrorS("no elimination is possible: ordering condition is violated");
    15231523      // cleanup
    15241524      rDelete(tmpR);
Note: See TracChangeset for help on using the changeset viewer.