Changeset 8c5f4b in git for factory


Ignore:
Timestamp:
Aug 26, 2014, 11:14:55 AM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
b5f2548db5f32142a798dc79e2f5704aeaa91143
Parents:
86b7c4d713f5fe6ff570edac59ad2c2afda40ed9
git-author:
Martin Lee <martinlee84@web.de>2014-08-26 11:14:55+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-08-26 12:29:12+02:00
Message:
deleted some unnecessary const
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqSquarefree.cc

    r86b7c4d r8c5f4b  
    3535static inline
    3636CanonicalForm
    37 pthRoot (const CanonicalForm & F, const int & q)
     37pthRoot (const CanonicalForm & F, int q)
    3838{
    3939  CanonicalForm A= F;
     
    125125
    126126CanonicalForm
    127 maxpthRoot (const CanonicalForm & F, const int & q, int& l)
     127maxpthRoot (const CanonicalForm & F, int q, int& l)
    128128{
    129129  CanonicalForm result= F;
  • factory/facFqSquarefree.h

    r86b7c4d r8c5f4b  
    141141CanonicalForm
    142142maxpthRoot (const CanonicalForm & F, ///< [in] a poly which is a pth power
    143             const int & q,           ///< [in] size of the field
     143            int q,                   ///< [in] size of the field
    144144            int& l                   ///< [in,out] @a l maximal, s.t. @a F is
    145145                                     ///< a p^l-th power
Note: See TracChangeset for help on using the changeset viewer.