Changeset d3398c in git


Ignore:
Timestamp:
Feb 6, 2009, 8:54:38 AM (15 years ago)
Author:
Martin Monerjan
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
50ab25a42bd6c030a238eab6104c61f1242e474c
Parents:
8978fd7ad0324e27b4bd0928f5d34e5455656098
Message:
*** empty log message ***


git-svn-id: file:///usr/local/Singular/svn/trunk@11350 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r8978fd rd3398c  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.289 2009-02-02 13:16:54 monerjan Exp $ */
     4/* $Id: extra.cc,v 1.290 2009-02-06 07:54:11 monerjan Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    5858#ifdef HAVE_RINGS
    5959#include "ringgb.h"
     60#include "gfan.h"
    6061#endif
    6162
  • kernel/Makefile.in

    r8978fd rd3398c  
    114114    pDebug.cc pInline2.cc pInline1.cc pInline0.cc \
    115115    pShallowCopyDelete.cc fast_mult.cc digitech.cc \
    116     tgb.cc tgbgauss.cc ringgb.cc f5data.cc f5lists.cc f5gb.cc ratgring.cc shiftgb.cc
     116    tgb.cc tgbgauss.cc ringgb.cc f5data.cc f5lists.cc f5gb.cc ratgring.cc shiftgb.cc gfan.cc
    117117
    118118# normal C source files
     
    173173        omSingularConfig.h pShallowCopyDelete.h \
    174174        p_Procs_Dynamic.h p_Procs_Impl.h p_Procs_Set.h \
    175         p_Procs.h p_Procs_Static.h p_Mult_q.h
     175        p_Procs.h p_Procs_Static.h p_Mult_q.h gfan.h
    176176
    177177DISTFILES=${SOURCES} ${HEADERS} ${ESOURCES} \
Note: See TracChangeset for help on using the changeset viewer.