Changeset 6acb298 in git for factory


Ignore:
Timestamp:
Sep 24, 2002, 1:28:29 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cbe9af8559b8f0a37f140c253c032b29f7d4103a
Parents:
639047e0f58a022b0ac5c620fe975cb2c2184d5b
Message:
*hannes: not HAVE_NTL fix


git-svn-id: file:///usr/local/Singular/svn/trunk@6238 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    r639047e r6acb298  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_factor.cc,v 1.14 2002-08-19 11:10:41 Singular Exp $ */
     2/* $Id: cf_factor.cc,v 1.15 2002-09-24 11:28:29 Singular Exp $ */
    33
    44//{{{ docu
     
    317317  return F;
    318318}
     319#ifdef HAVE_NTL
    319320CanonicalForm fntl ( const CanonicalForm & f, int j )
    320321{
     
    322323  return convertZZ2CF(coeff(f1,j));
    323324
     325#endif
    324326
    325327CFFList factorize ( const CanonicalForm & f, const Variable & alpha )
Note: See TracChangeset for help on using the changeset viewer.