Changeset 5b4107 in git


Ignore:
Timestamp:
Feb 16, 2012, 3:20:17 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
64c923912a0fd9eb0092e41e49922c2ec9c5fb4d
Parents:
c7c7fe472295329d72d18b083413fa9ac6d12400
git-author:
Martin Lee <martinlee84@web.de>2012-02-16 15:20:17+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:25+02:00
Message:
chg: changed interface to nmod_poly_factor_t
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/FLINTconvert.cc

    rc7c7fe4 r5b4107  
    251251  long i;
    252252
    253   for (i = 0; i < fac->num_factors; i++)
    254     result.append (CFFactor (convertnmod_poly_t2FacCF (fac->factors[i],x),
    255                              fac->exponents[i]));
    256   return result;
    257 }
    258 
    259 #endif
    260 
    261 
     253  for (i = 0; i < fac->num; i++)
     254    result.append (CFFactor (convertnmod_poly_t2FacCF ((nmod_poly_t &)fac->p[i],x),
     255                             fac->exp[i]));
     256  return result;
     257}
     258
     259#endif
     260
     261
Note: See TracChangeset for help on using the changeset viewer.