Changeset a43bd1 in git


Ignore:
Timestamp:
Aug 4, 2000, 1:10:15 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
Children:
862bf0fa99f4048155b201aedb8868506e480e94
Parents:
b2c82d56a99be3873926891ad64df931a8c18bdd
Message:
2000-08-04  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	    * ffops.cc: initialize ff_prime to 0, so that first call
	      to
	      ff_setprime always initializes ff_invtab.


git-svn-id: file:///usr/local/Singular/svn/trunk@4507 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/ChangeLog

    rb2c82d ra43bd1  
     12000-08-04  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
     2
     3        * ffops.cc: initialize ff_prime to 0, so that first call to
     4        ff_setprime always initializes ff_invtab.
     5
    16Tue Feb 16 19:00:03 1999  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
    27
  • factory/ffops.cc

    rb2c82d ra43bd1  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ffops.cc,v 1.8 1998-04-14 15:17:16 pohl Exp $ */
     2/* $Id: ffops.cc,v 1.9 2000-08-04 11:10:15 obachman Exp $ */
    33
    44#include <config.h>
     
    1111#include "ffops.h"
    1212
    13 int ff_prime = 31991;
    14 int ff_halfprime = 31991 / 2;
     13int ff_prime = 0;
     14int ff_halfprime = 0;
    1515bool ff_big = false;
    1616short * ff_invtab = new short [32767];
Note: See TracChangeset for help on using the changeset viewer.