Changeset b03713 in git


Ignore:
Timestamp:
Apr 30, 1997, 2:48:57 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0809432588440e21a7c412e2ddcfc8706cc280ea
Parents:
25c3c2b4e326c16a14b5b6376e33bc99ec4b299d
Message:
o some declarations of Singular objects added


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

Legend:

Unmodified
Added
Removed
  • factory/singext.h

    r25c3c2b rb03713  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: singext.h,v 1.1 1997-04-15 09:38:18 schmidt Exp $
     2// $Id: singext.h,v 1.2 1997-04-30 12:48:57 schmidt Exp $
    33
    44#ifndef INCL_SINGEXT_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.1  1997/04/15 09:38:18  schmidt
     10#include <config.h> added
     11
    912Revision 1.0  1996/05/17 10:59:42  stobbe
    1013Initial revision
     
    1720
    1821#include "canonicalform.h"
     22
     23
     24// we need this to copy singulars GF(q) table to ours
     25extern int nfCharQ;
     26extern int nfM1;
     27extern int nfMinPoly[];
     28extern short nfPlus1Table[];
     29
    1930
    2031/*BEGINPUBLIC*/
Note: See TracChangeset for help on using the changeset viewer.