Changeset 667247 in git for Singular/ffields.cc


Ignore:
Timestamp:
May 2, 1997, 5:10:23 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
713fe8641a9dff2efe5d93b24d2de16fb640aeda
Parents:
fde1a8734f321f72cbe87001fd682d36e955e8a1
Message:
* hannes: -fixed exitVoice in febase.cc
          -changed used of TEST in ideals.cc ipassign.cc ipconv.cc
            mmallocb.c modulop.cc polys2.cc numbers.cc
          - made nfCharQ, nfCharM1 extern in ffields.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/ffields.cc

    rfde1a8 r667247  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ffields.cc,v 1.10 1997-04-25 15:54:02 Singular Exp $ */
     4/* $Id: ffields.cc,v 1.11 1997-05-02 15:10:12 Singular Exp $ */
    55/*
    66* ABSTRACT: finite fields with a none-prime number of elements (via tables)
     
    1616#include "ffields.h"
    1717
    18 static int nfCharQ=0;  /* the number of elemts: q*/
     18int nfCharQ=0;  /* the number of elemts: q*/
     19int nfM1;       /*representation of -1*/
    1920static int nfCharP=0;  /* the characteristic: p*/
    2021static int nfCharQ1=0; /* q-1 */
    21 static int nfM1;       /*representation of -1*/
    2222CARDINAL *nfPlus1Table=NULL; /* the table i=log(z^i) -> log(z^i+1) */
    2323char * nfParameter;          /*  the name of the primitive element */
Note: See TracChangeset for help on using the changeset viewer.