Changeset fa1d48 in git


Ignore:
Timestamp:
May 23, 2011, 6:58:30 PM (13 years ago)
Author:
mlee <martinlee84@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
4ecfbcefeb4acc5195fa3e439b4291fea41483ed
Parents:
efce9acbdd4e9ee5ed766e973d25bc0c6d2937e0
git-author:
mlee <martinlee84@web.de>2011-05-23 18:58:30+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:48+01:00
Message:
enabled factory by default and included factory.h in coeffs.h
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffs.h

    refce9a rfa1d48  
    1616
    1717#ifdef HAVE_FACTORY
    18 // #include <factory/factory.h>
    19 class CanonicalForm;
     18 #include <factory/factory.h>
     19//class CanonicalForm;
    2020#endif
    2121
  • m4/options.m4

    refce9a rfa1d48  
    3333     ENABLE_FACTORY="no"
    3434 fi
    35 ],[ENABLE_FACTORY="no"])
     35],[ENABLE_FACTORY="yes"])
    3636
    3737if test x$ENABLE_FACTORY = xyes; then
Note: See TracChangeset for help on using the changeset viewer.