Changeset c78b18b in git


Ignore:
Timestamp:
Mar 26, 1997, 5:31:48 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c5323e977400ab45e2d782b0d22b203b12fa582d
Parents:
bc428ca07201e22a987b0ca4d72389c736477dc8
Message:
obachman: changed first call to feOpen in nfSetChar so that it does
not complain if ./gftables/* does not exist


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

Legend:

Unmodified
Added
Removed
  • Singular/ffields.cc

    rbc428ca rc78b18b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 static char rcsid[] = "$Id: ffields.cc,v 1.3 1997-03-24 14:24:39 Singular Exp $";
     4static char rcsid[] = "$Id: ffields.cc,v 1.4 1997-03-26 16:31:48 obachman Exp $";
    55/*
    66* ABSTRACT: finite fields with a none-prime number of elements (via tables)
     
    467467    char buf[80];
    468468    sprintf(buf,"gftables/%d",nfCharQ);
    469     FILE * fp = feFopen(buf,"r",NULL,TRUE);
     469    FILE * fp = feFopen(buf,"r",NULL,FALSE);
    470470    if (fp==NULL)
    471471    {
Note: See TracChangeset for help on using the changeset viewer.