Changeset e6cc68 in git
- Timestamp:
- Jun 24, 1996, 1:25:45 PM (27 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 95f247516b202e419d274f3f954f152ab83c4184
- Parents:
- 4bca3e2f34a8f0f06226d41885a19698b8d59252
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_char.cc
r4bca3e re6cc68 1 1 // emacs edit mode for this file is -*- C++ -*- 2 // $Id: cf_char.cc,v 1. 2 1996-06-18 12:09:43stobbe Exp $2 // $Id: cf_char.cc,v 1.3 1996-06-24 11:25:45 stobbe Exp $ 3 3 4 4 /* 5 5 $Log: not supported by cvs2svn $ 6 Revision 1.2 1996/06/18 12:09:43 stobbe 7 "setCharacteristic: changed the setting of ff_big. 8 " 9 6 10 Revision 1.1 1996/06/18 06:52:45 stobbe 7 11 "setCharacteristic: now sets the flag ff_big … … 41 45 CFFactory::settype( FiniteFieldDomain ); 42 46 theCharacteristic = c; 43 ff_big = c > cf_getSmallPrime( cf_getNumSmallPrimes() );47 ff_big = c > cf_getSmallPrime( cf_getNumSmallPrimes()-1 ); 44 48 ff_setprime( c ); 45 49 }
Note: See TracChangeset
for help on using the changeset viewer.