Changeset fea2af in git for Singular/eigenval_ip.cc


Ignore:
Timestamp:
Dec 19, 2011, 3:54:56 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
bd795d65c1de21a3593013aca57c80f6128ba318
Parents:
76f3a18e5ce9a6a62d719dfb53dd5439883be370
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-19 15:54:56+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-27 19:28:00+01:00
Message:
SW cannot be built without factory

FIX: fixed libpolys and Singular/eigenval_ip.cc (quick and dirty)

TODO: make check in libpolys/tests -> all dynamic tests are missing SearchPATH :(
TODO: undefined reference to strat_fac_debug & strat_nr?

TODO: kernel? Singular?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/eigenval_ip.cc

    r76f3a18 rfea2af  
    180180
    181181      intvec *m0;
     182#ifdef HAVE_FACTORY     
    182183      ideal e0=singclap_factorize(mp_DetBareiss(M,currRing),&m0,2, currRing);
     184#else
     185      WarnS("cannot factorize due to missing module 'factory'");
     186      ideal e0=NULL;
     187#endif
     188     
    183189      if (e0==NULL)
    184190      {
Note: See TracChangeset for help on using the changeset viewer.