Changeset 49a64cf in git


Ignore:
Timestamp:
Sep 30, 2010, 4:21:58 PM (14 years ago)
Author:
mlee <martinlee84@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
3f50869134dd7c81bdefd80d57451f29415faefb
Parents:
f85d3ef08293fea429f900d536e07ac677ff8322
git-author:
mlee <martinlee84@web.de>2010-09-30 16:21:58+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:31+01:00
Message:
unused parameters
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/ffields.cc

    rf85d3e r49a64cf  
    703703* map Z/p -> GF(p,n)
    704704*/
    705 number nfMapP(number c, const coeffs src, const coeffs dst)
     705number nfMapP(number c, const coeffs, const coeffs dst)
    706706{
    707707  return nfInit((int)((long)c), dst);
     
    712712*/
    713713int nfMapGG_factor;
    714 number nfMapGG(number c, const coeffs src, const coeffs dst)
     714number nfMapGG(number c, const coeffs src, const coeffs)
    715715{
    716716  int i=(long)c;
     
    722722* map GF(p,n1) -> GF(p,n2), n1 > n2, n2 | n1
    723723*/
    724 number nfMapGGrev(number c, const coeffs src, const coeffs dst)
     724number nfMapGGrev(number c, const coeffs src, const coeffs)
    725725{
    726726  int ex=(int)((long)c);
     
    757757      {
    758758        int save_ch=r->ch;
    759         char **save_par=r->parameter;
    760759        nfReadTable(src->ch, r);
    761760        int nn=r->m_nfPlus1Table[0];
Note: See TracChangeset for help on using the changeset viewer.