Changeset 88e0d34 in git
- Timestamp:
- Jul 8, 1996, 10:12:23 AM (27 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 318de09cb499f74636a73975eefd16e7ba12c145
- Parents:
- b4126d9278f430f834d36959eccf712842b3f957
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_char.cc
rb4126d9 r88e0d34 1 1 // emacs edit mode for this file is -*- C++ -*- 2 // $Id: cf_char.cc,v 1. 3 1996-06-24 11:25:45stobbe Exp $2 // $Id: cf_char.cc,v 1.4 1996-07-08 08:12:23 stobbe Exp $ 3 3 4 4 /* 5 5 $Log: not supported by cvs2svn $ 6 Revision 1.3 1996/06/24 11:25:45 stobbe 7 "setCharacteristic: minor bug fix, index correction 8 " 9 6 10 Revision 1.2 1996/06/18 12:09:43 stobbe 7 11 "setCharacteristic: changed the setting of ff_big. … … 23 27 #include "int_pp.h" 24 28 #include "cf_primes.h" 29 #include "cf_binom.h" 25 30 26 31 static int theCharacteristic = 0; … … 47 52 ff_big = c > cf_getSmallPrime( cf_getNumSmallPrimes()-1 ); 48 53 ff_setprime( c ); 54 resetFPT(); 49 55 } 50 56 }
Note: See TracChangeset
for help on using the changeset viewer.