Changeset e6cc68 in git


Ignore:
Timestamp:
Jun 24, 1996, 1:25:45 PM (27 years ago)
Author:
Rüdiger Stobbe <stobbe@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
95f247516b202e419d274f3f954f152ab83c4184
Parents:
4bca3e2f34a8f0f06226d41885a19698b8d59252
Message:
"setCharacteristic: minor bug fix, index correction
"


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

Legend:

Unmodified
Added
Removed
  • factory/cf_char.cc

    r4bca3e re6cc68  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: cf_char.cc,v 1.2 1996-06-18 12:09:43 stobbe Exp $
     2// $Id: cf_char.cc,v 1.3 1996-06-24 11:25:45 stobbe Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.2  1996/06/18 12:09:43  stobbe
     7"setCharacteristic: changed the setting of ff_big.
     8"
     9
    610Revision 1.1  1996/06/18 06:52:45  stobbe
    711"setCharacteristic: now sets the flag ff_big
     
    4145        CFFactory::settype( FiniteFieldDomain );
    4246        theCharacteristic = c;
    43         ff_big = c > cf_getSmallPrime( cf_getNumSmallPrimes() );
     47        ff_big = c > cf_getSmallPrime( cf_getNumSmallPrimes()-1 );
    4448        ff_setprime( c );
    4549    }
Note: See TracChangeset for help on using the changeset viewer.