Changeset 47719a in git for Singular/ipassign.cc


Ignore:
Timestamp:
Sep 26, 2011, 10:23:16 AM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a8516a07c19c38faf8e9fc83cbbe59b88b6bf783
Parents:
4eda6b65c2db80cbc41423154ff8397975bb2cd5
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-26 10:23:16+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:31+01:00
Message:
FIX: make the message about "minpoly=0;" to a warning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipassign.cc

    r4eda6b r47719a  
    179179  if( !nCoeff_is_transExt(currRing->cf) && (currRing->idroot == NULL) && n_IsZero((number)a->Data(), currRing->cf) )
    180180  {
     181#ifndef NDEBUG
    181182    WarnS("Set minpoly over non-transcendental ground field to 0?!");
     183#endif
    182184    return FALSE;   
    183185  }
Note: See TracChangeset for help on using the changeset viewer.