Changeset 4784eb in git for Singular/ipshell.cc


Ignore:
Timestamp:
Feb 19, 2013, 8:09:34 PM (10 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
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.