Changeset 92bbbc in git


Ignore:
Timestamp:
Jul 31, 2013, 6:45:38 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
4e76a69d927bb28ecbf3ac200bb635f01ee92849
Parents:
7c7b1c7b2583f38aa0301a79af583d4f67490282
git-author:
Martin Lee <martinlee84@web.de>2013-07-31 18:45:38+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-08-30 13:48:27+02:00
Message:
chg: changes to build system and Singular interface due to new routines
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    r7c7b1c r92bbbc  
    6363                DegreePattern.cc \
    6464                ExtensionInfo.cc \
     65                facAbsBiFact.cc \
    6566                facAbsFact.cc \
    6667                facAlgExt.cc \
     
    146147                DegreePattern.h \
    147148                ExtensionInfo.h \
     149                facAbsBiFact.h \
    148150                facAbsFact.h \
    149151                facAlgExt.h \
  • libpolys/polys/clapsing.cc

    r7c7b1c r92bbbc  
    17141714  CanonicalForm F( convSingTrPFactoryP( f, r) );
    17151715
    1716   if (getNumVars (F) > 2)
    1717   {
    1718     WerrorS( feNotImplemented );
    1719     return res;
    1720   }
    17211716  CFAFList absFactors= absFactorize (F);
    17221717
Note: See TracChangeset for help on using the changeset viewer.