Changeset c2a8b6 in git for factory/FLINTconvert.cc


Ignore:
Timestamp:
Mar 22, 2012, 3:51:23 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8944cce035ff58492704973d26cb38b03f95f538
Parents:
a5450a84cceebf718a03d5c66125aabfc921bd4e
git-author:
Martin Lee <martinlee84@web.de>2012-03-22 15:51:23+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:27+02:00
Message:
chg: set interface back to official FLINT 2.3.alpha2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/FLINTconvert.cc

    ra5450a8 rc2a8b6  
    266266  long i;
    267267
    268   for (i = 0; i < fac->num; i++)
    269     result.append (CFFactor (convertnmod_poly_t2FacCF ((nmod_poly_t &)fac->p[i],x),
    270                              fac->exp[i]));
     268  for (i = 0; i < fac->num_factors; i++)
     269    result.append (CFFactor (convertnmod_poly_t2FacCF ((nmod_poly_t &)fac->factors[i],x),
     270                             fac->exponents[i]));
    271271  return result;
    272272}
Note: See TracChangeset for help on using the changeset viewer.