Changeset 88e0d34 in git


Ignore:
Timestamp:
Jul 8, 1996, 10:12:23 AM (27 years ago)
Author:
Rüdiger Stobbe <stobbe@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
318de09cb499f74636a73975eefd16e7ba12c145
Parents:
b4126d9278f430f834d36959eccf712842b3f957
Message:
"setCharacteristic: Now resets the pascal triangle in the case that the
                   characteristic changes
"


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

Legend:

Unmodified
Added
Removed
  • factory/cf_char.cc

    rb4126d9 r88e0d34  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: cf_char.cc,v 1.3 1996-06-24 11:25:45 stobbe Exp $
     2// $Id: cf_char.cc,v 1.4 1996-07-08 08:12:23 stobbe Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.3  1996/06/24 11:25:45  stobbe
     7"setCharacteristic: minor bug fix, index correction
     8"
     9
    610Revision 1.2  1996/06/18 12:09:43  stobbe
    711"setCharacteristic: changed the setting of ff_big.
     
    2327#include "int_pp.h"
    2428#include "cf_primes.h"
     29#include "cf_binom.h"
    2530
    2631static int theCharacteristic = 0;
     
    4752        ff_big = c > cf_getSmallPrime( cf_getNumSmallPrimes()-1 );
    4853        ff_setprime( c );
     54        resetFPT();
    4955    }
    5056}
Note: See TracChangeset for help on using the changeset viewer.