Changeset 4784eb in git


Ignore:
Timestamp:
Feb 19, 2013, 8:09:34 PM (10 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
7c537a47dd975a6046f786932a51b53e7595d43b
Parents:
ce7f16f195c1286582451e06b82213b64579d70c
git-author:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-02-19 20:09:34+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-20 10:00:46+01:00
Message:
Changed warning after failed GF table lookup to error, fixed typo HABE_RINGS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rce7f16 r4784eb  
    52915291  {
    52925292    const int ch=32003;
    5293     Warn("Invalid ground field specification: using the default field: Z_{%d}", ch);
     5293    Werror("Invalid ground field specification");
    52945294    cf=nInitChar(n_Zp, (void*)(long)ch);
     5295    goto rInitError;
    52955296  }
    52965297
     
    53275328    goto rInitError;
    53285329
    5329 #ifdef HABE_RINGS
     5330#ifdef HAVE_RINGS
    53305331// currently, coefficients which are ring elements require a global ordering:
    53315332  if (rField_is_Ring(R) && (R->OrdSgn==-1))
Note: See TracChangeset for help on using the changeset viewer.