Changeset 9f1416a in git


Ignore:
Timestamp:
Mar 21, 2018, 11:09:20 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
f0895fa426ba1a8d3d75b0cd246bae12ade14f20
Parents:
707bf57b9bc87a88a40d3c321ace82383aff52ad
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-03-21 11:09:20+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-03-21 11:43:48+01:00
Message:
opt: nfInt
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/ffields.cc

    r707bf5 r9f1416a  
    244244  if (nn==r->m_nfCharQ) return 0;
    245245  long i=1; /* 1==a^0 */
    246   while ((c!=nn)&&(i<r->m_nfCharQ))
     246  while ((c!=nn)&&(i<r->m_nfCharP))
    247247  {
    248248    c=r->m_nfPlus1Table[c];
Note: See TracChangeset for help on using the changeset viewer.