Changeset 51f42f in git


Ignore:
Timestamp:
Aug 1, 2014, 10:32:14 AM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f3e64d2b052f467af1c5e5f5f48b18775f6c25be
Parents:
b1c9028ef7adc8fdc43159aebdfbf8bfcff3254e
Message:
use static for conversion routines integer <->factory
Location:
libpolys/coeffs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/rintegers.cc

    rb1c902 r51f42f  
    373373
    374374
    375 CanonicalForm nrzConvSingNFactoryN(number n, BOOLEAN setChar, const coeffs /*r*/)
     375static CanonicalForm nrzConvSingNFactoryN(number n, BOOLEAN setChar, const coeffs /*r*/)
    376376{
    377377  if (setChar) setCharacteristic( 0 );
     
    384384}
    385385
    386 number nrzConvFactoryNSingN(const CanonicalForm n, const coeffs r)
     386static number nrzConvFactoryNSingN(const CanonicalForm n, const coeffs r)
    387387{
    388388  if (n.isImm())
  • libpolys/coeffs/rintegers.h

    rb1c902 r51f42f  
    6363coeffs  nrzQuot1(number c, const coeffs r);
    6464
    65 CanonicalForm nrzConvSingNFactoryN(number n, BOOLEAN setChar, const coeffs /*r*/);
    66 number nrzConvFactoryNSingN(const CanonicalForm n, const coeffs r);
     65//CanonicalForm nrzConvSingNFactoryN(number n, BOOLEAN setChar, const coeffs /*r*/);
     66//number nrzConvFactoryNSingN(const CanonicalForm n, const coeffs r);
    6767
    6868number nrzMapQ(number from, const coeffs src, const coeffs dst);
Note: See TracChangeset for help on using the changeset viewer.