Changeset 911cde in git for libpolys


Ignore:
Timestamp:
Jul 17, 2022, 2:43:00 PM (22 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2faf9e8553e6646c853b82bbe1655c527188bc19
Parents:
1a2a74f1d0ae72d360c39994ee615dddea650b26
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-07-17 14:43:00+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-07-20 11:25:03+02:00
Message:
fix: conv Sing<->Factory for flintcf_Zn not impleted (Issue #1147)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/flintcf_Zn.cc

    r1a2a74 r911cde  
    410410// cfClearContent
    411411// cfClearDenominators
     412#if 0
    412413static number ConvFactoryNSingN( const CanonicalForm n, const coeffs r)
    413414{
     
    415416  return NULL;
    416417}
     418#endif
     419#if 0
    417420static CanonicalForm ConvSingNFactoryN( number n, BOOLEAN setChar, const coeffs r )
    418421{
    419422  WerrorS("not yet: ConvSingNFactoryN");
    420   return NULL;
    421 }
     423  return CanonicalForm(0);
     424}
     425#endif
    422426static char * CoeffName(const coeffs r)
    423427{
     
    537541  //  cf->cfClearContent = ClearContent;
    538542  //  cf->cfClearDenominators = ClearDenominators;
    539   cf->convFactoryNSingN=ConvFactoryNSingN;
    540   cf->convSingNFactoryN=ConvSingNFactoryN;
     543  //cf->convFactoryNSingN=ConvFactoryNSingN;
     544  //cf->convSingNFactoryN=ConvSingNFactoryN;
    541545  cf->cfWriteFd = WriteFd;
    542546  cf->cfReadFd  = ReadFd;
Note: See TracChangeset for help on using the changeset viewer.