Changeset 81845eb in git for Singular/claptmpl.cc


Ignore:
Timestamp:
Dec 14, 2011, 6:16:38 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f0168a594d5a00a74dd169a3d0189411e29989f4
Parents:
67c1dcaf5b5069c5df300f7898cff740290bf5f1
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-14 18:16:38+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:33+01:00
Message:
final adaptation to libfac merged into factory

FIX: no libfac_* vars + correct include: factory/libfac/factor.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r67c1dc r81845eb  
    6464// place here your own template stuff, not instantiated by factory
    6565  // libfac:
    66 #include <libfac/factor.h>
     66#ifdef HAVE_LIBFAC
     67# include <factory/libfac/factor.h>
     68#endif
    6769
    6870// class.h:
     
    135137    template class ListIterator<int>;
    136138
     139#ifdef HAVE_LIBFAC
    137140    template class List<IntList>;
    138141    template class ListIterator<IntList>;
     142#endif
    139143
    140144    template class Substitution<CanonicalForm>;
Note: See TracChangeset for help on using the changeset viewer.