Changeset 2bfea7c in git


Ignore:
Timestamp:
Apr 25, 2007, 1:13:34 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
c10a1b31f8b96892a4f21ffd8fa738a27491fbef
Parents:
5af844ab1b2b2aa750954c30463942cd80cd150c
Message:
*hannes: NTL interface: fix


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

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    r5af844a r2bfea7c  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_factor.cc,v 1.30 2007-04-25 11:00:51 Singular Exp $ */
     2/* $Id: cf_factor.cc,v 1.31 2007-04-25 11:13:34 Singular Exp $ */
    33
    44//{{{ docu
     
    531531      // First all cases with characteristic !=2
    532532      // set remainder
     533      #ifdef NTL_ZZ
    533534      ZZ r;
    534535      r=getCharacteristic();
    535536      ZZ_pContext ccc(r);
    536537      ccc.restore();
     538      #else
     539      zz_pContext ccc(getCharacteristic());
     540      ccc.restore();
     541      #endif
    537542
    538543      // set minimal polynomial in NTL
Note: See TracChangeset for help on using the changeset viewer.