Changeset c4b69a in git for Singular/ffields.cc


Ignore:
Timestamp:
May 14, 1998, 12:02:39 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cc1af47e33536635353285fc4554d077c82e4088
Parents:
12bb45dd1793c53f0cae4d1f1f743234e93e882c
Message:
* hannes: a ring with a coeff. field GF(p,n) cannot be constructed
          without gftables


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

Legend:

Unmodified
Added
Removed
  • Singular/ffields.cc

    r12bb45 rc4b69a  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ffields.cc,v 1.12 1998-04-21 10:48:56 obachman Exp $ */
     4/* $Id: ffields.cc,v 1.13 1998-05-14 10:02:31 Singular Exp $ */
    55/*
    66* ABSTRACT: finite fields with a none-prime number of elements (via tables)
     
    626626    {
    627627      sprintf(buf,"../gftables/%d",nfCharQ);
    628       fp = feFopen(buf,"r",NULL,TRUE);
     628      fp = feFopen(buf,"r",NULL,FALSE);
    629629      if (fp == NULL)
    630630      {
Note: See TracChangeset for help on using the changeset viewer.