Changeset 521be7 in git


Ignore:
Timestamp:
May 2, 2006, 10:50:43 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
c551fdc7a02e90492400d97decfdc027e6af25a9
Parents:
a285490a201ea1e883f387408479c5758aaff48f
Message:
*hannes: fixed conversion of imm. ints from NTL


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

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.cc

    ra28549 r521be7  
    1 /* $Id: NTLconvert.cc,v 1.14 2005-12-09 08:35:37 Singular Exp $ */
     1/* $Id: NTLconvert.cc,v 1.15 2006-05-02 08:50:43 Singular Exp $ */
    22#include <config.h>
    33
     
    584584
    585585  //Test whether coefficient can be represented as an immediate integer in Factory
    586   if ( (NumBits(coefficient)<=NTL_ZZ_NBITS)
     586  if ( (NumBits(coefficient)<NTL_ZZ_NBITS)
    587587  && (coeff_long>MINIMMEDIATE)
    588588  && (coeff_long<MAXIMMEDIATE))
Note: See TracChangeset for help on using the changeset viewer.