Changeset 5e8f18a in git for Singular/ring.cc


Ignore:
Timestamp:
Oct 26, 2000, 12:55:12 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2e29362d8ada56f0431eb0cfe185fd8d8196bf0f
Parents:
dc38f1fb8f47e3d70ec1c2c1d031b9838b3eba1a
Message:
*hannes: rGetExpSize with 3 args


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

Legend:

Unmodified
Added
Removed
  • Singular/ring.cc

    rdc38f1 r5e8f18a  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ring.cc,v 1.131 2000-10-26 09:49:43 Singular Exp $ */
     4/* $Id: ring.cc,v 1.132 2000-10-26 10:55:12 Singular Exp $ */
    55
    66/*
     
    23752375  int bits;
    23762376
    2377   exp_limit=rGetExpSize(exp_limit, bits);
     2377  exp_limit=rGetExpSize(exp_limit, bits, r->N);
    23782378  need_other_ring = (exp_limit != r->bitmask);
    23792379
     
    27182718  int i;
    27192719  int bits;
    2720   r->bitmask=rGetExpSize(r->bitmask,bits);
     2720  r->bitmask=rGetExpSize(r->bitmask,bits,r->N);
    27212721  r->BitsPerExp = bits;
    27222722  r->divmask=rGetDivMask(bits);
Note: See TracChangeset for help on using the changeset viewer.