Changeset a60e0b in git for libpolys/polys


Ignore:
Timestamp:
Apr 19, 2011, 12:56:15 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
aa450d0e542b7d92cb13033a49556c48bed0fa0b
Parents:
8184703ffc306b654a4aec87405c86909a05666c
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-04-19 12:56:15+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:18+01:00
Message:
fixed the syntax for compilers in pedantic mood :)
Location:
libpolys/polys/nc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/gring.cc

    r8184703 ra60e0b  
    194194
    195195  return(m);
    196 };
     196}
    197197
    198198poly p_Lcm(const poly a, const poly b, const ring r)
     
    212212#endif
    213213  return(m);
    214 };
     214}
    215215
    216216
  • libpolys/polys/nc/ncSAFormula.cc

    r8184703 ra60e0b  
    7171  return true;
    7272 
    73 };
     73}
    7474
    7575
     
    138138
    139139  return _ncSA_notImplemented;
    140 };
     140}
    141141
    142142
     
    551551{
    552552  return ::ncSA_Qxy0x0y0(i, j, n, m, m_q, r);
    553 };
     553}
    554554
    555555poly CFormulaPowerMultiplier::ncSA_1xy0x0yG(const int i, const int j, const int n, const int m, const number m_g, const ring r)
  • libpolys/polys/nc/ncSAMult.cc

    r8184703 ra60e0b  
    263263}
    264264
    265 };
     265}
    266266
    267267bool ncInitSpecialPairMultiplication(ring r)
     
    525525  PrintLn();
    526526#endif
    527 };
     527}
    528528
    529529
     
    557557        PrintLn();
    558558#endif
    559 };
     559}
    560560
    561561
     
    591591        n_Write(q, r);
    592592#endif
    593 };
     593}
    594594
    595595
     
    626626  n_Write(g, r);
    627627#endif
    628 };
     628}
    629629
    630630
     
    664664  PrintS("Parameter c: "); n_Write(c, r);
    665665#endif
    666 };
     666}
    667667
    668668
     
    705705  PrintLn();
    706706#endif
    707 };
     707}
    708708
    709709
Note: See TracChangeset for help on using the changeset viewer.