Changeset 29c03cb in git


Ignore:
Timestamp:
Aug 22, 2000, 3:35:40 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
660ad3261b8221e209ee2df3ffc488c824260573
Parents:
939ac5feefcc69465a460f5436f49e05fe066b51
Message:
* hannes: fixed x^-1 behaviour for SHIFTED EXPS


git-svn-id: file:///usr/local/Singular/svn/trunk@4547 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/polys1.cc

    r939ac5f r29c03cb  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys1.cc,v 1.40 2000-08-22 09:03:21 Singular Exp $ */
     4/* $Id: polys1.cc,v 1.41 2000-08-22 13:35:40 Singular Exp $ */
    55
    66/*
     
    445445  {
    446446#ifdef HAVE_SHIFTED_EXPONENTS
    447     if (i > currRing->bitmask)
     447    if (i > ((int)currRing->bitmask))
    448448    {
    449449      Werror("exponent %d is too large, max. is %d",i,currRing->bitmask);
Note: See TracChangeset for help on using the changeset viewer.